aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2012-02-23 00:23:40 -0600
committerTed Gould <ted@gould.cx>2012-02-23 00:23:40 -0600
commit169093d37a32b8019211dd998a6b1ec2df68e450 (patch)
tree8e444547e0fea473cf80a1f89ea1475a18a563e4 /configure.ac
parenta820ba783386064dfa221586e0d0f9b0234d5be6 (diff)
parent69f15f71084d413e8063e577689be9ca8a3aedc6 (diff)
downloadlibayatana-indicator-169093d37a32b8019211dd998a6b1ec2df68e450.tar.gz
libayatana-indicator-169093d37a32b8019211dd998a6b1ec2df68e450.tar.bz2
libayatana-indicator-169093d37a32b8019211dd998a6b1ec2df68e450.zip
Import upstream version 0.4.92
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 38dd416..a3963c4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_INIT([libindicator],
- [0.4.91],
+ [0.4.92],
[http://bugs.launchpad.net/libindicator],
[libindicator],
[http://launchpad.net/libindicator])
@@ -52,10 +52,12 @@ AC_ARG_WITH([gtk],
[with_gtk=3])
AS_IF([test "x$with_gtk" = x3],
[PKG_CHECK_MODULES(LIBINDICATOR, gtk+-3.0 >= $GTK3_REQUIRED_VERSION
+ gmodule-2.0
gio-unix-2.0 >= $GIO_UNIX_REQUIRED_VERSION)
],
[test "x$with_gtk" = x2],
[PKG_CHECK_MODULES(LIBINDICATOR, gtk+-2.0 >= $GTK_REQUIRED_VERSION
+ gmodule-2.0
gio-unix-2.0 >= $GIO_UNIX_REQUIRED_VERSION)
],
[AC_MSG_FAILURE([Value for --with-gtk was neither 2 nor 3])]