summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorStig Venaas <venaas@php.net>2002-08-17 15:53:02 +0000
committerStig Venaas <venaas@php.net>2002-08-17 15:53:02 +0000
commitc0be355cec3f21c8f4c9afae9697534ec2008bca (patch)
treea42f20bad815a242c25ee206915e5af69d7e34fa /configure.in
parentfcc0380588b76f4b7d1d3931b688bfe065a1e0a2 (diff)
downloadphp-git-c0be355cec3f21c8f4c9afae9697534ec2008bca.tar.gz
Default is enable, so better --disable-ipv6 I guess
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
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])