From de1b7aaa445ceb712b1a1b7a6d79ec9225ef74d9 Mon Sep 17 00:00:00 2001 From: Sebastien Estienne Date: Sun, 28 Aug 2005 23:18:36 +0000 Subject: * 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 --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') 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) -- cgit