aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-07-12 10:54:18 -0500
committerTed Gould <ted@gould.cx>2011-07-12 10:54:18 -0500
commit3d6738fd9d121eb66fcaa1fd57f78dd9b4db378b (patch)
tree8bebcbd55e330d2a0e0fb75864939dbaa5d90d08 /configure.ac
parent8b9fa1810e3eece7da088e8246d182d7cadab495 (diff)
parent0c3a68569683c34c08ae9bf8183bcd360c175fb7 (diff)
downloadlibayatana-indicator-3d6738fd9d121eb66fcaa1fd57f78dd9b4db378b.tar.gz
libayatana-indicator-3d6738fd9d121eb66fcaa1fd57f78dd9b4db378b.tar.bz2
libayatana-indicator-3d6738fd9d121eb66fcaa1fd57f78dd9b4db378b.zip
* Upstream Merge
* Fix signals with NULL entries in the loader * Adding a comment for setting up debugging options * Adding annotations for GIR files
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 1188b04..bc11ce3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -47,7 +47,7 @@ GIO_UNIX_REQUIRED_VERSION=2.22
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],