aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAllan LeSage <allanlesage@gmail.com>2012-03-20 15:30:16 -0500
committerAllan LeSage <allanlesage@gmail.com>2012-03-20 15:30:16 -0500
commitf7d971a8407224ddd8b1b8744d18a33032c9142d (patch)
tree3e1ddc33da39b4b5aeed4b50cf117bf3effeac12 /configure.ac
parent6251928d97a1e10fb7e0e4c2df6372e8cead133e (diff)
downloadayatana-indicator-messages-f7d971a8407224ddd8b1b8744d18a33032c9142d.tar.gz
ayatana-indicator-messages-f7d971a8407224ddd8b1b8744d18a33032c9142d.tar.bz2
ayatana-indicator-messages-f7d971a8407224ddd8b1b8744d18a33032c9142d.zip
Makefile fixes for code under test lib.
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 8646a0f..5ec945a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -59,8 +59,7 @@ AS_IF([test "x$with_gtk" = x3],
indicator3-0.4 >= $INDICATOR_REQUIRED_VERSION
indicate-0.7 >= $INDICATE_REQUIRED_VERSION
dbusmenu-gtk3-0.4 >= $DBUSMENUGTK_REQUIRED_VERSION
- glib-2.0 >= GLIB_REQUIRED_VERSION)
-
+ glib-2.0 >= $GLIB_REQUIRED_VERSION)
],
[test "x$with_gtk" = x2],
[PKG_CHECK_MODULES(APPLET, gtk+-2.0 >= $GTK_REQUIRED_VERSION