mirror of
https://github.com/osmarks/ngircd.git
synced 2025-02-15 00:30:16 +00:00
--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?
|
# enable support for IPv6?
|
||||||
x_ipv6_on=no
|
x_ipv6_on=no
|
||||||
AC_ARG_ENABLE(ipv6,
|
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 "$enableval" = "yes"; then x_ipv6_on=yes; fi
|
||||||
)
|
)
|
||||||
if test "$x_ipv6_on" = "yes"; then
|
if test "$x_ipv6_on" = "yes"; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user