aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-12-30 16:43:58 +0100
committerMax Kellermann <max@duempel.org>2008-12-30 16:43:58 +0100
commit49fa9708d51b907f0a372a1fc68a1e27c9edae5e (patch)
treed943b16f8943190cc4225040d67761a61d0394df /configure.ac
parentbbed35822e52a204bf3d82e5df4bb8d00b67af39 (diff)
downloadmpd-49fa9708d51b907f0a372a1fc68a1e27c9edae5e.tar.gz
mpd-49fa9708d51b907f0a372a1fc68a1e27c9edae5e.tar.xz
mpd-49fa9708d51b907f0a372a1fc68a1e27c9edae5e.zip
zeroconf: moved code to zeroconf-avahi.c and zeroconf-bonjour.c
Moved implementation specific code to their own sources, internal declarations in zeroconf-internal.h.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 2ba64c678..dfcd15832 100644
--- a/configure.ac
+++ b/configure.ac
@@ -944,6 +944,8 @@ if test x$with_zeroconf != xno; then
fi
AM_CONDITIONAL(HAVE_ZEROCONF, test x$with_zeroconf != xno)
+AM_CONDITIONAL(HAVE_AVAHI, test x$with_zeroconf = xavahi)
+AM_CONDITIONAL(HAVE_BONJOUR, test x$with_zeroconf = xbonjour)
dnl