diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-10-17 09:49:09 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-10-17 09:49:09 +0000 |
commit | b90daee952fb33edca3b844af62a2bc72f68316e (patch) | |
tree | c5eebe9af3150339bb997a18b5c7536527386faa /src/configure.in | |
parent | e163f1cb99d99fcd6368a2d1e39b1d1c53fb72e1 (diff) | |
download | vim-b90daee952fb33edca3b844af62a2bc72f68316e.zip |
updated for version 7.0-137
Diffstat (limited to 'src/configure.in')
-rw-r--r-- | src/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configure.in b/src/configure.in index 9842fff8a..66f629521 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) |