Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-10-16 16:19:44 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-10-16 16:19:44 (GMT)
commit0d2caab8a1037fc477ba213d87794ba3c053f9a5 (patch)
treecfbf1a8ddb07d73fe3425907793d44fbce114d14 /configure.ac
parent781988589a012c07959dc391d87b9a4b33b8fae1 (diff)
tray-manager with bindings, adapted from gnome-panel
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 98cdefb..a747ae5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,6 +16,8 @@ AM_MAINTAINER_MODE
AC_DISABLE_STATIC
AC_PROG_LIBTOOL
+AC_PATH_PROG([GLIB_GENMARSHAL], [glib-genmarshal])
+
AM_PATH_PYTHON
AM_CHECK_PYTHON_HEADERS(,[AC_MSG_ERROR(could not find Python headers)])