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:
parent
11ad997141
commit
ae6ca0b8af
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user