aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2013-07-24 11:51:10 +0000
committerJörg Mayer <jmayer@loplof.de>2013-07-24 11:51:10 +0000
commit18155bd148a5352a1c8fe2f36424f7051163229d (patch)
treedfd9d1fb92cc303172f2330ed300bc1c35768574 /configure.ac
parent957436d5b89291c653d9dc6226d858140490cd36 (diff)
Change default gtk build from version 2 to version 3 for
autotool, cmake and nmake. No idea what it takes to change the visual project stuff svn path=/trunk/; revision=50863
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 30d419934c..d87a9ef406 100644
--- a/configure.ac
+++ b/configure.ac
@@ -404,8 +404,8 @@ AC_ARG_WITH([gtk2],
AC_ARG_WITH([gtk3],
AC_HELP_STRING( [--with-gtk3=@<:@yes/no@:>@],
- [use GTK+ 3.0 instead of 2.0 @<:@default=no@:>@]),
- with_gtk3="$withval", with_gtk3="no")
+ [use GTK+ 3.0 instead of 2.0 @<:@default=yes@:>@]),
+ with_gtk3="$withval", with_gtk3="yes")
# GnuTLS
# Version 3.0 switched from LGPLv2.1+ to LGPLv3+, then switched back to