--enable-ipv6: fix indentation in ./configure --help output.
This commit is contained in:
parent
bb6ee46892
commit
8c425945a2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue