From: Lennart Poettering Date: Fri, 18 Nov 2005 18:50:01 +0000 (+0000) Subject: another small configure summary fix X-Git-Url: http://git.meshlink.io/?a=commitdiff_plain;h=08527e835c1c89fe4a99b4be4d744f86919f6ecb;p=catta another small configure summary fix git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1004 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- 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