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/auto | |
parent | 0af8cebc6caafddfdc85d36dd01c12bc0a13c13c (diff) | |
download | vim-git-e667c95335ab9e87d08066a257f9de206e031f2b.tar.gz |
Change SKIP_GTK to SKIP_GTK2 in configure.
Diffstat (limited to 'src/auto')
-rwxr-xr-x | src/auto/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auto/configure b/src/auto/configure index 9688efac1..5e0e57ad8 100755 --- a/src/auto/configure +++ b/src/auto/configure @@ -7911,7 +7911,7 @@ done 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 cppflags_save=$CPPFLAGS CPPFLAGS="$CPPFLAGS $X_CFLAGS" for ac_header in X11/xpm.h X11/Sunkeysym.h |