]> granicus.if.org Git - vim/commitdiff
updated for version 7.0-137 v7.0.137
authorBram Moolenaar <Bram@vim.org>
Tue, 17 Oct 2006 09:49:09 +0000 (09:49 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 17 Oct 2006 09:49:09 +0000 (09:49 +0000)
src/auto/configure
src/configure.in
src/version.c

index c941bc0db93dc4b988f5e52ccb4c28b441244187..43c161bdf21c40e0d5e65722a0f536c593987fd0 100755 (executable)
@@ -15302,7 +15302,7 @@ if test "x$MACOSX" = "xyes" && test "x$CARBON" = "xyes" \
        && test "x$GUITYPE" != "xCARBONGUI"; then
   echo "$as_me:$LINENO: checking whether we need -framework Carbon" >&5
 echo $ECHO_N "checking whether we need -framework Carbon... $ECHO_C" >&6
-    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"
     echo "$as_me:$LINENO: result: yes" >&5
index 9842fff8a05236450bb61568217ee38e10f6eed9..66f629521b9184b87bda8c02dd2848a8cd92a673 100644 (file)
@@ -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)
index f442ba30a6b4895e50de37ba952203b187c44ce4..68e2c4fc1a88ea6c8d4d1640dfd5fd328650824f 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    137,
 /**/
     136,
 /**/