aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJason Conti <jason.conti@gmail.com>2012-02-25 13:17:16 -0500
committerJason Conti <jason.conti@gmail.com>2012-02-25 13:17:16 -0500
commit1dd12500fa5c3c96603c5707e44a5ac46871f7f1 (patch)
treef3d6aceac63d5d7844301bbbad1dc8ef06f8f45d /configure.ac
parenta810bda0329dd1ff3d4f54bce5045d1468554f5f (diff)
downloadayatana-indicator-notifications-1dd12500fa5c3c96603c5707e44a5ac46871f7f1.tar.gz
ayatana-indicator-notifications-1dd12500fa5c3c96603c5707e44a5ac46871f7f1.tar.bz2
ayatana-indicator-notifications-1dd12500fa5c3c96603c5707e44a5ac46871f7f1.zip
* Move dev tools to the tools/ directory
* Missed some extra [] in configure.ac
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 93f9570..5ce59e4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,9 +31,8 @@ GTK3_REQUIRED_VERSION=3.0
INDICATOR3_PKG_NAME=indicator3-0.4
-[PKG_CHECK_MODULES(INDICATOR, $INDICATOR3_PKG_NAME >= $INDICATOR_REQUIRED_VERSION
- gtk+-3.0 >= GTK3_REQUIRED_VERSION)
-]
+PKG_CHECK_MODULES(INDICATOR, $INDICATOR3_PKG_NAME >= $INDICATOR_REQUIRED_VERSION
+ gtk+-3.0 >= GTK3_REQUIRED_VERSION)
AC_SUBST(INDICATOR_CFLAGS)
AC_SUBST(INDICATOR_LIBS)