summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-07-25 19:12:12 +0300
committerTor Lillqvist <tml@iki.fi>2013-07-25 19:31:09 +0300
commit4a2a7060696b42bd7002f35e91b1d88046e504d5 (patch)
treeae2cbd167ffa42d305559150139b8768b65b16f9 /configure.ac
parentfix for OS where avahi is not present (diff)
downloadcore-4a2a7060696b42bd7002f35e91b1d88046e504d5.tar.gz
core-4a2a7060696b42bd7002f35e91b1d88046e504d5.zip
Clean up configure output for Avahi
Change-Id: Ice3d3058b0b60642769c09496258cf34e022ff89
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 496c29de0592..1a65c0a79772 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11388,7 +11388,6 @@ AC_SUBST(CAIRO_LIBS)
dnl ===================================================================
dnl Test whether to use avahi
dnl ===================================================================
-AC_MSG_CHECKING([whether to enable avahi support])
if test "$_os" != "WINNT" -a "$_os" != "Darwin" -a "$enable_avahi" = "yes"; then
PKG_CHECK_MODULES([AVAHI], [avahi-client >= 0.6.10],
[ENABLE_AVAHI="TRUE"], [ENABLE_AVAHI=""])
@@ -11396,8 +11395,6 @@ if test "$_os" != "WINNT" -a "$_os" != "Darwin" -a "$enable_avahi" = "yes"; then
AC_DEFINE(ENABLE_AVAHI)
AVAHI_CFLAGS=$(printf '%s' "$AVAHI_CFLAGS" | sed -e "s/-I/${ISYSTEM?}/g")
fi
-else
- AC_MSG_RESULT([no])
fi
AC_SUBST(ENABLE_AVAHI)