diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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 |