configure.ac: test $with_zeroconf!=no

Patch 25b5d90e broke zeroconf compilation, because it assumed that
$with_zeroconf was set to "yes", although it can be either "bonjour"
or "avahi".
This commit is contained in:
Max Kellermann 2008-10-17 22:48:43 +02:00
parent 11ad997141
commit ae6ca0b8af

View File

@ -730,7 +730,7 @@ if test x$with_zeroconf != xno; then
fi
fi
AM_CONDITIONAL(HAVE_ZEROCONF, test x$with_zeroconf = xyes)
AM_CONDITIONAL(HAVE_ZEROCONF, test x$with_zeroconf != xno)
dnl