diff options
author | Stig Venaas <venaas@php.net> | 2002-08-17 15:53:02 +0000 |
---|---|---|
committer | Stig Venaas <venaas@php.net> | 2002-08-17 15:53:02 +0000 |
commit | c0be355cec3f21c8f4c9afae9697534ec2008bca (patch) | |
tree | a42f20bad815a242c25ee206915e5af69d7e34fa /configure.in | |
parent | fcc0380588b76f4b7d1d3931b688bfe065a1e0a2 (diff) | |
download | php-git-c0be355cec3f21c8f4c9afae9697534ec2008bca.tar.gz |
Default is enable, so better --disable-ipv6 I guess
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index da232b0caa..8b271351de 100644 --- a/configure.in +++ b/configure.in @@ -690,7 +690,7 @@ if test "$PHP_DMALLOC" = "yes"; then fi PHP_ARG_ENABLE(ipv6,whether to enable IPv6 support, -[ --enable-ipv6 Enable IPv6 support],yes) +[ --disable-ipv6 Disable IPv6 support],yes) if test "$PHP_IPV6" != "no" && test "$ac_cv_ipv6_support" = yes; then AC_DEFINE(HAVE_IPV6,1,[Whether to enable IPv6 support]) |