@@ -124,9 +128,17 @@ if test "x$with_speex" = "xyes" ; then
...
@@ -124,9 +128,17 @@ if test "x$with_speex" = "xyes" ; then
fi
fi
AM_CONDITIONAL(USE_SPEEX, test "x$with_speex" = "xyes" )
AM_CONDITIONAL(USE_SPEEX, test "x$with_speex" = "xyes" )
#zeroconf
AC_ARG_ENABLE(zeroconf, [ --disable-zeroconf don't require libdns_sd (browsing and publishing DNS-SD services will not be possible) ], with_zeroconf=$enableval, with_zeroconf=yes)
dnl check for zeroconf (from apple)
if test "$with_zeroconf" = "yes"; then
AC_ARG_ENABLE(zeroconf,
AC_HELP_STRING(
[--disable-zeroconf],
[disables libdns_sd (browsing and publishing DNS-SD services will not be possible) @<:@default=no@:>@]