From 49fa9708d51b907f0a372a1fc68a1e27c9edae5e Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 30 Dec 2008 16:43:58 +0100 Subject: 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. --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') 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 -- cgit v1.2.3