From dc2ee52be5b9a0a86beda09dc9db2f7082e19db5 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 15 Aug 2005 23:12:13 +0000 Subject: improve configure even more git-svn-id: file:///home/lennart/svn/public/avahi/trunk@339 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 8ada961..1f55b99 100644 --- a/configure.ac +++ b/configure.ac @@ -362,13 +362,13 @@ echo " Group for Avahi: ${AVAHI_GROUP} " -BUILD_DAEMON=no +BUILD_DAEMON="no (!)" if test "x$HAVE_EXPAT" = "xyes" -a "x$HAVE_LIBDAEMON" = "xyes" ; then BUILD_DAEMON=yes fi -BUILD_UTILS=no +BUILD_UTILS="no (!)" if test "x$BUILD_DAEMON" = "xyes" -a "x$HAVE_DBUS" = "xyes" -a "x$HAVE_PYTHON" = "xyes" ; then BUILD_UTILS=yes @@ -380,5 +380,5 @@ echo " Building avahi-dnsconfd: ${BUILD_DAEMON} Building avahi-utils: ${BUILD_UTILS} Building avahi-glib: ${HAVE_GLIB} - Building avahi-discover-standalone ${HAVE_GTK} + Building avahi-discover-standalone: ${HAVE_GTK} " -- cgit