aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-08-23 09:47:45 -0500
committerTed Gould <ted@gould.cx>2011-08-23 09:47:45 -0500
commite49f5959b14893214e3e37fe7e7c468664a85631 (patch)
tree16697e58989802712ff3fe8cf91612946f70b761 /configure.ac
parent6a217805e685c47223da9513c31d2a26f0141ccf (diff)
downloadlibdbusmenu-e49f5959b14893214e3e37fe7e7c468664a85631.tar.gz
libdbusmenu-e49f5959b14893214e3e37fe7e7c468664a85631.tar.bz2
libdbusmenu-e49f5959b14893214e3e37fe7e7c468664a85631.zip
Fix docs on which GTK is default
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 465d8bf..2a95820 100644
--- a/configure.ac
+++ b/configure.ac
@@ -60,7 +60,7 @@ GTK3_REQUIRED_VERSION=2.91
AC_ARG_WITH([gtk],
[AS_HELP_STRING([--with-gtk],
- [Which version of gtk to use @<:@default=2@:>@])],
+ [Which version of gtk to use @<:@default=3@:>@])],
[],
[with_gtk=3])
AS_IF([test "x$with_gtk" = x3],