aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-03-17 09:28:22 -0500
committerTed Gould <ted@gould.cx>2010-03-17 09:28:22 -0500
commit5abaca2bd9f95c3f50d8918431bea489e62545a5 (patch)
treedcc6a9a70d50a92248ca95eacfa9c898126e09fa /configure.ac
parentbb8b7032dfd93cd0cdad55967b973dd4de7ca044 (diff)
parente0c1a3ca394f6a62dfbf09fd13f5957505f356c3 (diff)
downloadlibayatana-indicator-5abaca2bd9f95c3f50d8918431bea489e62545a5.tar.gz
libayatana-indicator-5abaca2bd9f95c3f50d8918431bea489e62545a5.tar.bz2
libayatana-indicator-5abaca2bd9f95c3f50d8918431bea489e62545a5.zip
Adding the signal for scrolling in the indicator-object
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b3f3d78..ca3ab46 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,6 +15,8 @@ AM_PROG_CC_C_O
AC_STDC_HEADERS
AC_PROG_LIBTOOL
+AC_PATH_PROG([GLIB_MKENUMS], [glib-mkenums])
+
AC_PATH_PROG([GLIB_GENMARSHAL], [glib-genmarshal])
AC_SUBST(VERSION)
@@ -66,7 +68,7 @@ else
REAL_PREFIX=$prefix
fi
-# Have to go $sysconfdir->$prefix/etc->/usr/local/etc
+# Have to go $sysconfdir->$prefix/etc->/usr/local/etc
# if you actually know how to code shell then fix this :-)
SYSCONFDIR_TMP="$sysconfdir"
old_prefix=$prefix