From 3664c9f0cd50481ecff36b296065418df24620e1 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 30 Aug 2005 17:45:18 +0000 Subject: 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 --- configure.ac | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit