]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 7.4.1409 v7.4.1409
authorBram Moolenaar <Bram@vim.org>
Tue, 23 Feb 2016 21:30:31 +0000 (22:30 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 23 Feb 2016 21:30:31 +0000 (22:30 +0100)
Problem:    Configure includes GUI despite --disable-gui flag.
Solution:   Add SKIP_GTK3. (Kazunobu Kuriyama)

src/auto/configure
src/configure.in
src/version.c

index 1b3b0c70fc9745a5134f73f422a126ed12a0d9dc..a528ccbef303776f3c165b68d92cbaff070884a0 100755 (executable)
@@ -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
index 930278c7de9fb581153b8737285191f4b1e3d83f..acbccdea39bc71609c7771687bcb6b233a790696 100644 (file)
@@ -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
index 927e0b2f34b98405dabf51c9c3c588f9f593841b..f1edf36477502e272e4acadea51dd13c029e6fff 100644 (file)
@@ -748,6 +748,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1409,
 /**/
     1408,
 /**/