summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-11-18 18:50:01 +0000
committerLennart Poettering <lennart@poettering.net>2005-11-18 18:50:01 +0000
commit08527e835c1c89fe4a99b4be4d744f86919f6ecb (patch)
tree191c21c696b726686eadeb94946233fc43900dd7
parent2dbd4c612e37fabafd60e4ddfde11e37dbcb6683 (diff)
another small configure summary fix
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1004 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 84047ff..e1a8981 100644
--- a/configure.ac
+++ b/configure.ac
@@ -758,7 +758,7 @@ if test "x$HAVE_EXPAT" = "xyes" -a "x$HAVE_LIBDAEMON" = "xyes" ; then
BUILD_DAEMON=yes
fi
-BUILD_PYTHON="no (!)"
+BUILD_PYTHON="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_PYGTK" = "xyes" ; then
BUILD_PYTHON=yes