From c0be355cec3f21c8f4c9afae9697534ec2008bca Mon Sep 17 00:00:00 2001 From: Stig Venaas Date: Sat, 17 Aug 2002 15:53:02 +0000 Subject: [PATCH] Default is enable, so better --disable-ipv6 I guess --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) -- 2.50.1