]> granicus.if.org Git - php/commitdiff
Default is enable, so better --disable-ipv6 I guess
authorStig Venaas <venaas@php.net>
Sat, 17 Aug 2002 15:53:02 +0000 (15:53 +0000)
committerStig Venaas <venaas@php.net>
Sat, 17 Aug 2002 15:53:02 +0000 (15:53 +0000)
configure.in

index da232b0caa202835f98258c31fa52a0ff9699a39..8b271351de465ea44f1994ac5d4a4cd50f04d506 100644 (file)
@@ -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])