diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index d157db6f5..d2b85a0c4 100644 --- a/configure.ac +++ b/configure.ac @@ -164,11 +164,17 @@ if test x$enable_un = xyes; then fi -dnl +dnl ## dnl misc libraries -dnl - -AC_ARG_WITH(zeroconf,[[ --with-zeroconf=[auto|avahi|bonjour|no] Enable zeroconf backend (default=auto)]], with_zeroconf="$withval", with_zeroconf="auto") +dnl ## + +dnl ## +dnl Avahi / Zeroconf +dnl ## +AC_ARG_WITH(zeroconf, + AS_HELP_STRING([--with-zeroconf=@<:@auto|avahi|bonjour|no@:>@], + [Enable zeroconf backend (default=auto)]),, + with_zeroconf="auto") case $with_zeroconf in no|avahi|bonjour) |