aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-12-08 09:34:56 -0600
committerTed Gould <ted@gould.cx>2010-12-08 09:34:56 -0600
commit02fba603a52ee6c65c5f583071788f8017f8f7de (patch)
treec314358f0c4a8d5f689c3adfec3e56c72ad6917e /configure.ac
parentc7539b525cd880a8853e8ec9f2ed2b3812bdccc4 (diff)
downloadlibayatana-appindicator-02fba603a52ee6c65c5f583071788f8017f8f7de.tar.gz
libayatana-appindicator-02fba603a52ee6c65c5f583071788f8017f8f7de.tar.bz2
libayatana-appindicator-02fba603a52ee6c65c5f583071788f8017f8f7de.zip
Cleaning up configure.ac
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
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
])