diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2012-02-23 12:25:38 +0100 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2012-02-23 12:25:38 +0100 |
commit | e305ff2f29589a9c16ea2ca9ecb52ea16b3bf1cb (patch) | |
tree | 8e444547e0fea473cf80a1f89ea1475a18a563e4 /configure.ac | |
parent | f8e24aeac440743247ede915a6d255b36197a9f4 (diff) | |
parent | 169093d37a32b8019211dd998a6b1ec2df68e450 (diff) | |
download | libayatana-indicator-e305ff2f29589a9c16ea2ca9ecb52ea16b3bf1cb.tar.gz libayatana-indicator-e305ff2f29589a9c16ea2ca9ecb52ea16b3bf1cb.tar.bz2 libayatana-indicator-e305ff2f29589a9c16ea2ca9ecb52ea16b3bf1cb.zip |
Prepared upstream tree for merging into target branch.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
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])] |