commit | 1858a842af5e3b07157add378ee3fd7b512cfea6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 23 22:30:31 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 23 22:30:31 2016 +0100 |
tree | 64f4bb03e0918f20286e8153942df8aaf4512da7 | |
parent | 3ea0f1ae318db6cd9413914bb2ff824d71cefc6e [diff] [blame] |
patch 7.4.1409 Problem: Configure includes GUI despite --disable-gui flag. Solution: Add SKIP_GTK3. (Kazunobu Kuriyama)
diff --git a/src/configure.in b/src/configure.in index 930278c..acbccde 100644 --- a/src/configure.in +++ b/src/configure.in
@@ -2207,6 +2207,7 @@ dnl Skip everything by default. SKIP_GTK2=YES +SKIP_GTK3=YES SKIP_GNOME=YES SKIP_MOTIF=YES SKIP_ATHENA=YES