From 8c313881a0c586179c09922a7e00a1f8d669a68a Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Mon, 1 Dec 2008 08:37:42 -0800 Subject: 18748: xtrans.m4 causes configure --help to list --enable-ipv6 in wrong case. X.Org Bug #18748 --- xtrans.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xtrans.m4') diff --git a/xtrans.m4 b/xtrans.m4 index c4701d4..f6bc2ea 100644 --- a/xtrans.m4 +++ b/xtrans.m4 @@ -36,7 +36,7 @@ AC_DEFUN([XTRANS_TCP_FLAGS],[ # Needs to come after above checks for libsocket & libnsl for SVR4 systems AC_ARG_ENABLE(ipv6, - AC_HELP_STRING([--enable-IPv6],[Enable IPv6 support]), + AC_HELP_STRING([--enable-ipv6],[Enable IPv6 support]), [IPV6CONN=$enableval], [AC_CHECK_FUNC(getaddrinfo,[IPV6CONN=yes],[IPV6CONN=no])]) AC_MSG_CHECKING([if IPv6 support should be built]) -- cgit v1.2.1