diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-07-05 22:57:59 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-07-05 22:57:59 +0200 |
commit | e667c95335ab9e87d08066a257f9de206e031f2b (patch) | |
tree | ced46b0828e3183982afd6a86c9943436fe16eec /src/configure.in | |
parent | 0af8cebc6caafddfdc85d36dd01c12bc0a13c13c (diff) | |
download | vim-git-e667c95335ab9e87d08066a257f9de206e031f2b.tar.gz |
Change SKIP_GTK to SKIP_GTK2 in configure.
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 b99bcb8c3..a18c68317 100644 --- a/src/configure.in +++ b/src/configure.in @@ -1876,7 +1876,7 @@ if test "$enable_xsmp" = "yes"; then fi -if test -z "$SKIP_ATHENA" -o -z "$SKIP_NEXTAW" -o -z "$SKIP_MOTIF" -o -z "$SKIP_GTK"; then +if test -z "$SKIP_ATHENA" -o -z "$SKIP_NEXTAW" -o -z "$SKIP_MOTIF" -o -z "$SKIP_GTK2"; then dnl Check for X11/xpm.h and X11/Sunkeysym.h with the GUI include path cppflags_save=$CPPFLAGS CPPFLAGS="$CPPFLAGS $X_CFLAGS" |