commit | 94ba1ce055ca1e8dbabd65e0bcf43229e85258fc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Apr 22 15:53:09 2009 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Apr 22 15:53:09 2009 +0000 |
tree | e8afbef2a9797a1aa97a79e9b2e0928c9f871a5e | |
parent | 92a990ba84e012033f881fd4a0bebad02933ac75 [diff] [blame] |
updated for version 7.2-159
diff --git a/src/configure.in b/src/configure.in index ff1bd0c..6821417 100644 --- a/src/configure.in +++ b/src/configure.in
@@ -2952,7 +2952,7 @@ 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)