summaryrefslogtreecommitdiffstats
path: root/src/configure.in
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-10-17 09:49:09 +0000
committerBram Moolenaar <Bram@vim.org>2006-10-17 09:49:09 +0000
commitb90daee952fb33edca3b844af62a2bc72f68316e (patch)
treec5eebe9af3150339bb997a18b5c7536527386faa /src/configure.in
parente163f1cb99d99fcd6368a2d1e39b1d1c53fb72e1 (diff)
updated for version 7.0-137v7.0.137
Diffstat (limited to 'src/configure.in')
-rw-r--r--src/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configure.in b/src/configure.in
index 9842fff8a0..66f629521b 100644
--- a/src/configure.in
+++ b/src/configure.in
@@ -2838,7 +2838,7 @@ if test "x$MACOSX" = "xyes" && test "x$CARBON" = "xyes" \
&& 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)