diff src/auto/configure @ 1861:456ae41254c9 v7.2.159

updated for version 7.2-159
author vimboss
date Wed, 22 Apr 2009 15:53:09 +0000
parents b34d985598f6
children ad41c6afaa7b
line wrap: on
line diff
--- a/src/auto/configure
+++ b/src/auto/configure
@@ -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