From 6c692c9f6762f0490307294e098b7ce1a8d46611 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Sun, 13 Jan 2008 01:40:08 +0000 Subject: Portability fixes - FreeBSD compability fixes of autoconfigure scripts by Ulrich Spoerlein --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 15d197f..0940012 100644 --- a/configure.in +++ b/configure.in @@ -22,7 +22,7 @@ AC_ARG_ENABLE( latin, [ --disable-latin disable detection of ISO-8859-1],, disable_latin="yes") -if test "x$disable_latin" == "xyes"; then +if test "x$disable_latin" = "xyes"; then AC_DEFINE(DETECT_LATIN,1,[Defines if ISO-8859-1 detection is enabled]) fi -- cgit v1.2.3