summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-08-30 17:45:18 +0000
committerLennart Poettering <lennart@poettering.net>2005-08-30 17:45:18 +0000
commit3664c9f0cd50481ecff36b296065418df24620e1 (patch)
tree985f16dcba17cfe04d3063e67af4bb8ffd62f9b5
parent57d2226e7890d8bd2e957fe9945b1d0587267d10 (diff)
fix some configure bugs that have been introduced with r504
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@507 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c369df4..cbdf26c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -491,6 +491,8 @@ echo "
Enable Expat: ${HAVE_EXPAT}
Enable libdaemon: ${HAVE_LIBDAEMON}
Enable Python: ${HAVE_PYTHON}
+ Enable pygtk: ${HAVE_PYGTK}
+ Enable python-dbus: ${HAVE_PYTHON_DBUS}
Enable QT3: ${HAVE_QT3}
Enable QT4: ${HAVE_QT4}
Linux Distro: ${with_distro}
@@ -506,7 +508,7 @@ fi
BUILD_UTILS="no (!)"
-if test "x$BUILD_DAEMON" = "xyes" -a "x$HAVE_DBUS" = "xyes" -a "x$HAVE_PYTHON" = "xyes" -a "x$HAVE_PYTHON_DBUS" = "xyes" -a "x$HAVE_PYTHON_GTK"; then
+if test "x$BUILD_DAEMON" = "xyes" -a "x$HAVE_DBUS" = "xyes" -a "x$HAVE_PYTHON" = "xyes" -a "x$HAVE_PYTHON_DBUS" = "xyes" -a "x$HAVE_PYGTK" = "xyes" ; then
BUILD_UTILS=yes
fi