Commit ae6ca0b8 authored by Max Kellermann's avatar Max Kellermann

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".
parent 11ad9971
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment