diff src/configure.in @ 1011:6e03ee418b50 v7.0.137

updated for version 7.0-137
author vimboss
date Tue, 17 Oct 2006 09:49:09 +0000
parents 86289e90a4bb
children b77f790d53f6
line wrap: on
line diff
--- a/src/configure.in
+++ b/src/configure.in
@@ -2838,7 +2838,7 @@ if test "x$MACOSX" = "xyes" && test "x$C
 	&& test "x$GUITYPE" != "xCARBONGUI"; then
   AC_MSG_CHECKING(whether we need -framework Carbon)
   dnl check for MACOSX without Carbon GUI, but with FEAT_MBYTE
-  if test "x$enable_multibyte" = "xyes" || test "x$features" == "xbig" \
+  if test "x$enable_multibyte" = "xyes" || test "x$features" = "xbig" \
 	|| test "x$features" = "xhuge"; then
     LIBS="$LIBS -framework Carbon"
     AC_MSG_RESULT(yes)