From 8c425945a272cd497b056a92a870d07425429ff9 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Tue, 29 Apr 2008 15:26:20 +0200 Subject: [PATCH] --enable-ipv6: fix indentation in ./configure --help output. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 7f1ac495..9b56318b 100644 --- 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 -- 2.39.2