From: Alexander Barton Date: Tue, 29 Apr 2008 13:26:20 +0000 (+0200) Subject: --enable-ipv6: fix indentation in ./configure --help output. X-Git-Tag: rel-0-12-0-pre2~1^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8c425945a272cd497b056a92a870d07425429ff9;p=ngircd --enable-ipv6: fix indentation in ./configure --help output. --- diff --git a/configure.in b/configure.in index 7f1ac495..9b56318b 100644 --- a/configure.in +++ b/configure.in @@ -428,7 +428,7 @@ fi # enable support for IPv6? x_ipv6_on=no AC_ARG_ENABLE(ipv6, - [ --enable-ipv6, enable IPv6 protocol support], + [ --enable-ipv6 enable IPv6 protocol support], if test "$enableval" = "yes"; then x_ipv6_on=yes; fi ) if test "$x_ipv6_on" = "yes"; then