--enable-ipv6: fix indentation in ./configure --help output.

This commit is contained in:
Alexander Barton 2008-04-29 15:26:20 +02:00
parent bb6ee46892
commit 8c425945a2
1 changed files with 1 additions and 1 deletions

View File

@ -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