From 155c0348682f2c0adb1245902f8b799c807a75da Mon Sep 17 00:00:00 2001 From: cazfi Date: Wed, 3 May 2017 15:59:43 +0000 Subject: [PATCH] Do not build gtk3.22-client by default See hrm Bug #656603 git-svn-id: svn://svn.gna.org/svn/freeciv/branches/S2_6@35377 a0f10bec-cc02-0410-94fc-a9cfff90b4cd --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 124d769c50..5048d99405 100644 --- a/configure.ac +++ b/configure.ac @@ -892,12 +892,12 @@ if test "x$client" != "xno"; then AS_MESSAGE([checking for which clients to compile:...]) fi - dnl Gtk-3.22-specific overrides - FC_GTK3_22_CLIENT - dnl Gtk-3.0-specific overrides FC_GTK3_CLIENT + dnl Gtk-3.22-specific overrides + FC_GTK3_22_CLIENT + dnl Gtk-2.0-specific overrides FC_GTK2_CLIENT -- 2.11.4.GIT