repo: ngircd action: commit revision: path_from: revision_from: 8c425945a272cd497b056a92a870d07425429ff9: path_to: revision_to:
commit 8c425945a272cd497b056a92a870d07425429ff9 Author: Alexander BartonDate: Tue Apr 29 15:26:20 2008 +0200 --enable-ipv6: fix indentation in ./configure --help output. diff --git a/configure.in b/configure.in
--- 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
-----END OF PAGE-----