Commit 775a277a authored by Avuton Olrich's avatar Avuton Olrich

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

parent 5da410f9
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment