changeset 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 5ace03b16fcd
children 0b7d02552c6e
files src/auto/configure src/configure.in src/version.c
diffstat 3 files changed, 4 insertions(+), 0 deletions(-) [+]
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
--- a/src/configure.in
+++ b/src/configure.in
@@ -2207,6 +2207,7 @@ enable_gui_canon=`echo "_$enable_gui" | 
 
 dnl Skip everything by default.
 SKIP_GTK2=YES
+SKIP_GTK3=YES
 SKIP_GNOME=YES
 SKIP_MOTIF=YES
 SKIP_ATHENA=YES
--- a/src/version.c
+++ b/src/version.c
@@ -749,6 +749,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1409,
+/**/
     1408,
 /**/
     1407,