diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2008-12-01 08:37:42 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2008-12-01 08:37:42 -0800 |
commit | 8c313881a0c586179c09922a7e00a1f8d669a68a (patch) | |
tree | 73b402c81e41c24added64f230e0f9f8b177990b | |
parent | c626a4298e98f4988701dd587bc8355c62542ec4 (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>
-rw-r--r-- | xtrans.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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]) |