summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorSebastien Estienne <sebastien.estienne@gmail.com>2005-08-28 23:18:36 +0000
committerSebastien Estienne <sebastien.estienne@gmail.com>2005-08-28 23:18:36 +0000
commitde1b7aaa445ceb712b1a1b7a6d79ec9225ef74d9 (patch)
treecfd0512947b916032b5568d28fdb12adaa535c55 /configure.ac
parent0578ff2f1ba8f95a1ad63cac0cf55fb196da2274 (diff)
* add a check for python module gnomeapplet
git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@5 3be567f1-68ff-0310-b24a-ad7cc433fd2f
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 8ca6659..859badc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,6 +10,7 @@ AM_PATH_PYTHON([2.4])
AM_CHECK_PYMOD(gtk,,,[AC_MSG_ERROR(Could not find Python module pygtk)])
AM_CHECK_PYMOD(dbus,,,[AC_MSG_ERROR(Could not find Python module dbus)])
AM_CHECK_PYMOD(avahi,,,[AC_MSG_ERROR(Could not find Python module avahi)])
+AM_CHECK_PYMOD(gnomeapplet,,,[AC_MSG_ERROR(Could not find Python module gnomeapplet)])
SCRIPTSDIR="${datadir}/${PACKAGE}/scripts/"
AC_SUBST(SCRIPTSDIR)