]> arthur.barton.de Git - netatalk.git/commitdiff
Fix indentation of --enable-zeroconf help message
authorAlexander Barton <alex@barton.de>
Sat, 29 Jan 2011 11:39:18 +0000 (12:39 +0100)
committerAlexander Barton <alex@barton.de>
Sat, 4 Feb 2012 09:41:46 +0000 (10:41 +0100)
macros/zeroconf.m4

index 788a193038fb217369d203bf581febb6766c4d11..10d9cefd263e0a6a231faf920e9966e58c30bc03 100644 (file)
@@ -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]
        )