]> granicus.if.org Git - php/commitdiff
Experimental extensions are never enabled by default..
authorfoobar <sniper@php.net>
Wed, 25 Jun 2003 21:46:31 +0000 (21:46 +0000)
committerfoobar <sniper@php.net>
Wed, 25 Jun 2003 21:46:31 +0000 (21:46 +0000)
ext/simplexml/config.m4

index ea861491fdad7039e663e79419a04d13286618aa..80b9e3c52e754f0a87361d3f9737ce71e792ac3f 100644 (file)
@@ -2,7 +2,7 @@ dnl $Id$
 dnl config.m4 for extension simplexml
 
 PHP_ARG_WITH(simplexml, for simplexml support,
-[  --with-simplexml       Include simplexml support], yes)
+[  --with-simplexml       Include simplexml support])
 
 if test "$PHP_SIMPLEXML" != "no"; then