configure: trim down the line length for the zeroconf help string

This commit is contained in:
Avuton Olrich 2009-03-06 02:30:40 -08:00
parent 5da410f913
commit 775a277a10

View File

@ -164,11 +164,17 @@ if test x$enable_un = xyes; then
fi
dnl
dnl ##
dnl misc libraries
dnl
dnl ##
AC_ARG_WITH(zeroconf,[[ --with-zeroconf=[auto|avahi|bonjour|no] Enable zeroconf backend (default=auto)]], with_zeroconf="$withval", with_zeroconf="auto")
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)