aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-06-16 14:07:27 -0500
committerTed Gould <ted@gould.cx>2011-06-16 14:07:27 -0500
commite7c475f70c73fe62e3dc1de60e6026866310e92f (patch)
tree253e61dd04626931b6ed4360c4530ae82fad801c /configure.ac
parent6800a8193361b2e35d41551158407fb0890479a6 (diff)
downloadlibdbusmenu-e7c475f70c73fe62e3dc1de60e6026866310e92f.tar.gz
libdbusmenu-e7c475f70c73fe62e3dc1de60e6026866310e92f.tar.bz2
libdbusmenu-e7c475f70c73fe62e3dc1de60e6026866310e92f.zip
Making the default GTK 3
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 08bb023..0ecc4e9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -62,7 +62,7 @@ AC_ARG_WITH([gtk],
[AS_HELP_STRING([--with-gtk],
[Which version of gtk to use @<:@default=2@:>@])],
[],
- [with_gtk=2])
+ [with_gtk=3])
AS_IF([test "x$with_gtk" = x3],
[PKG_CHECK_MODULES(DBUSMENUGTK, gtk+-3.0 >= $GTK3_REQUIRED_VERSION
glib-2.0 >= $GLIB_REQUIRED_VERSION)