]> git.meshlink.io Git - catta/commitdiff
improve configure even more
authorLennart Poettering <lennart@poettering.net>
Mon, 15 Aug 2005 23:12:13 +0000 (23:12 +0000)
committerLennart Poettering <lennart@poettering.net>
Mon, 15 Aug 2005 23:12:13 +0000 (23:12 +0000)
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@339 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

configure.ac

index 8ada9610e5de7b01caf2e218c799615d098438ec..1f55b99a0b203766ea7de9d05e1b1cbabc9fa795 100644 (file)
@@ -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}
 "