From: Alexander Barton Date: Sat, 29 Jan 2011 11:39:18 +0000 (+0100) Subject: Fix indentation of --enable-zeroconf help message X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=commitdiff_plain;h=6c81246a077bff3453336503812ddf535b0f435a;ds=sidebyside Fix indentation of --enable-zeroconf help message --- diff --git a/macros/zeroconf.m4 b/macros/zeroconf.m4 index 788a1930..10d9cefd 100644 --- a/macros/zeroconf.m4 +++ b/macros/zeroconf.m4 @@ -7,7 +7,7 @@ AC_DEFUN([NETATALK_ZEROCONF], [ zeroconf_dir="" AC_ARG_ENABLE(zeroconf, - [ --enable-zeroconf[[=DIR]] enable Zeroconf support [[auto]]], + [ --enable-zeroconf[[=DIR]] enable Zeroconf support [[auto]]], [zeroconf=$enableval], [zeroconf=try] )