]> granicus.if.org Git - vim/commitdiff
updated for version 7.2-159 v7.2.159
authorBram Moolenaar <Bram@vim.org>
Wed, 22 Apr 2009 15:53:09 +0000 (15:53 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 22 Apr 2009 15:53:09 +0000 (15:53 +0000)
src/auto/configure
src/configure.in
src/version.c

index aea0013d4490458eb44a89207a19f440ef7a4a93..889204283631819e67c827b973cd2bc1537d60d2 100755 (executable)
@@ -15519,7 +15519,7 @@ fi
 if test "$enable_multibyte" = "yes"; then
   cflags_save=$CFLAGS
   ldflags_save=$LDFLAGS
-  if test -n "$x_includes" ; then
+  if test "x$x_includes" != "xNONE" ; then
     CFLAGS="$CFLAGS -I$x_includes"
     LDFLAGS="$X_LIBS $LDFLAGS -lX11"
     { $as_echo "$as_me:$LINENO: checking whether X_LOCALE needed" >&5
index ff1bd0c9ceeccda5b034e7526cd27538d4765c60..68214172216c1240cbf9e188dbe16bad90145cb1 100644 (file)
@@ -2952,7 +2952,7 @@ dnl Check if X_LOCALE should be defined.
 if test "$enable_multibyte" = "yes"; then
   cflags_save=$CFLAGS
   ldflags_save=$LDFLAGS
-  if test -n "$x_includes" ; then
+  if test "x$x_includes" != "xNONE" ; then
     CFLAGS="$CFLAGS -I$x_includes"
     LDFLAGS="$X_LIBS $LDFLAGS -lX11"
     AC_MSG_CHECKING(whether X_LOCALE needed)
index e5e1307fc7ebcd044ae47377de788f8136b3fd20..0253013fbe424854041bf255bd4ec71092c3a17c 100644 (file)
@@ -676,6 +676,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    159,
 /**/
     158,
 /**/