diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 8adebafa0..672297d7d 100644 --- a/configure.ac +++ b/configure.ac @@ -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 |