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 ...@@ -164,11 +164,17 @@ if test x$enable_un = xyes; then
fi fi
dnl dnl ##
dnl misc libraries 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 case $with_zeroconf in
no|avahi|bonjour) 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