From 775a277a105ff3fb7966f5999aeb872ee6cfd8d4 Mon Sep 17 00:00:00 2001 From: Avuton Olrich Date: Fri, 6 Mar 2009 02:30:40 -0800 Subject: configure: trim down the line length for the zeroconf help string --- configure.ac | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'configure.ac') 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) -- cgit v1.2.3