summaryrefslogtreecommitdiff
path: root/xtrans.m4
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2008-12-01 08:37:42 -0800
committerAlan Coopersmith <alan.coopersmith@sun.com>2008-12-01 08:37:42 -0800
commit8c313881a0c586179c09922a7e00a1f8d669a68a (patch)
tree73b402c81e41c24added64f230e0f9f8b177990b /xtrans.m4
parentc626a4298e98f4988701dd587bc8355c62542ec4 (diff)
18748: xtrans.m4 causes configure --help to list --enable-ipv6 in wrong case.
X.Org Bug #18748 <http://bugs.freedesktop.org/show_bug.cgi?id=18748>
Diffstat (limited to 'xtrans.m4')
-rw-r--r--xtrans.m42
1 files changed, 1 insertions, 1 deletions
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])