Commit Diff
Diff:
bb6ee46892e94a8c7aae9eaa89981343fbd6863d
8c425945a272cd497b056a92a870d07425429ff9
Commit:
8c425945a272cd497b056a92a870d07425429ff9
Tree:
7e13f758af8708366d296955a0d9496dcf060a21
Author:
Alexander Barton <alex@barton.de>
Committer:
Alexander Barton <alex@barton.de>
Date:
Tue Apr 29 13:26:20 2008 UTC
Message:
--enable-ipv6: fix indentation in ./configure --help output.
blob - 7f1ac4958ba4e5fa5bd888fc2cf57291122f8609
blob + 9b56318b109933756eb71ca8c3edc8d1d8b96700
--- configure.in
+++ 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
IRCNow