From 08527e835c1c89fe4a99b4be4d744f86919f6ecb Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 18 Nov 2005 18:50:01 +0000 Subject: another small configure summary fix git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1004 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit