diff src/auto/configure @ 8232:a777ff826523 v7.4.1409

commit https://github.com/vim/vim/commit/1858a842af5e3b07157add378ee3fd7b512cfea6 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Feb 23 22:30:31 2016 +0100 patch 7.4.1409 Problem: Configure includes GUI despite --disable-gui flag. Solution: Add SKIP_GTK3. (Kazunobu Kuriyama)
author Christian Brabandt <cb@256bit.org>
date Tue, 23 Feb 2016 22:45:09 +0100
parents 3456e2ebebd4
children 74b15ed0a259
line wrap: on
line diff
--- a/src/auto/configure
+++ b/src/auto/configure
@@ -8545,6 +8545,7 @@ enable_gui_canon=`echo "_$enable_gui" | 
 	sed 's/[ _+-]//g;y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
 
 SKIP_GTK2=YES
+SKIP_GTK3=YES
 SKIP_GNOME=YES
 SKIP_MOTIF=YES
 SKIP_ATHENA=YES