aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2012-02-15 12:45:46 +0100
committerSebastien Bacher <seb128@ubuntu.com>2012-02-15 12:45:46 +0100
commit2ac2e54b60789ceaf23728011043c8cb1b5b68d6 (patch)
tree658d6c0e1e1d722798a7ed523c6deca208e1320d
parent5a2f66b3302889e19f629a9de9667a6e8ed93bfb (diff)
parent93e5e7ede75582d3328e0eb88fe02bf6ed152204 (diff)
downloadlibayatana-indicator-2ac2e54b60789ceaf23728011043c8cb1b5b68d6.tar.gz
libayatana-indicator-2ac2e54b60789ceaf23728011043c8cb1b5b68d6.tar.bz2
libayatana-indicator-2ac2e54b60789ceaf23728011043c8cb1b5b68d6.zip
Merging shared upstream rev into target branch.
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 3f33d52..38dd416 100644
--- a/configure.ac
+++ b/configure.ac
@@ -52,12 +52,10 @@ 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])]