aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2012-02-14 22:35:40 +0100
committerSebastien Bacher <seb128@ubuntu.com>2012-02-14 22:35:40 +0100
commit5a2f66b3302889e19f629a9de9667a6e8ed93bfb (patch)
tree8ba63434ab7f0665bacf8dfa91ecfabb1817e281 /configure.ac
parentb3398715b2dcb0dd78fba5f5323e672d3677d730 (diff)
parent05f46d7e9a048f8427f3261ff3b52c0b9fdbcde7 (diff)
downloadlibayatana-indicator-5a2f66b3302889e19f629a9de9667a6e8ed93bfb.tar.gz
libayatana-indicator-5a2f66b3302889e19f629a9de9667a6e8ed93bfb.tar.bz2
libayatana-indicator-5a2f66b3302889e19f629a9de9667a6e8ed93bfb.zip
releasing version 0.4.91-0ubuntu1
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 e881de0..3f33d52 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_INIT([libindicator],
- [0.4.90],
+ [0.4.91],
[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])]