diff options
author | Ted Gould <ted@gould.cx> | 2010-12-08 09:34:56 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-12-08 09:34:56 -0600 |
commit | 02fba603a52ee6c65c5f583071788f8017f8f7de (patch) | |
tree | c314358f0c4a8d5f689c3adfec3e56c72ad6917e | |
parent | c7539b525cd880a8853e8ec9f2ed2b3812bdccc4 (diff) | |
download | libayatana-appindicator-02fba603a52ee6c65c5f583071788f8017f8f7de.tar.gz libayatana-appindicator-02fba603a52ee6c65c5f583071788f8017f8f7de.tar.bz2 libayatana-appindicator-02fba603a52ee6c65c5f583071788f8017f8f7de.zip |
Cleaning up configure.ac
-rw-r--r-- | configure.ac | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 48bd53a..7b192ca 100644 --- a/configure.ac +++ b/configure.ac @@ -64,7 +64,7 @@ AS_IF([test "x$with_gtk" = x3], [PKG_CHECK_MODULES(LIBRARY, gtk+-2.0 >= $GTK_REQUIRED_VERSION glib-2.0 >= $GLIB_REQUIRED_VERSION gio-2.0 >= $GIO_REQUIRED_VERSION - indicator >= $INDICATOR_REQUIRED_VERSION + indicator >= $INDICATOR_REQUIRED_VERSION dbusmenu-gtk-0.4 >= $DBUSMENUGTK_REQUIRED_VERSION) AC_SUBST(LIBRARY_CFLAGS) AC_SUBST(LIBRARY_LIBS) @@ -220,5 +220,4 @@ Libappindicator Configuration: Prefix: $prefix Indicator Dir: $INDICATORDIR GTK+ Version: $with_gtk - Library CFlags: $LIBRARY_CFLAGS ]) |