diff options
author | Ted Gould <ted@gould.cx> | 2012-02-23 00:21:27 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-02-23 00:21:27 -0600 |
commit | 4de00ddb061f46b2992cd9298d7b1b8d327ecfca (patch) | |
tree | c8863bde3ce56f7c8651d8c872b26fa504e9791a | |
parent | 457b502ab18c391ddf4247299d191c296c988c92 (diff) | |
parent | 54b8584c8bec13843133f1725f4ce8fe36290d6e (diff) | |
download | libayatana-indicator-4de00ddb061f46b2992cd9298d7b1b8d327ecfca.tar.gz libayatana-indicator-4de00ddb061f46b2992cd9298d7b1b8d327ecfca.tar.bz2 libayatana-indicator-4de00ddb061f46b2992cd9298d7b1b8d327ecfca.zip |
Merging shared upstream rev into target branch.
-rw-r--r-- | configure.ac | 2 |
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])] |