From: foobar Date: Wed, 25 Jun 2003 21:46:31 +0000 (+0000) Subject: Experimental extensions are never enabled by default.. X-Git-Tag: RELEASE_1_0_2~45 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9bee0725d2c0df8ce80e60ac0409454344f32119;p=php Experimental extensions are never enabled by default.. --- diff --git a/ext/simplexml/config.m4 b/ext/simplexml/config.m4 index ea861491fd..80b9e3c52e 100644 --- a/ext/simplexml/config.m4 +++ b/ext/simplexml/config.m4 @@ -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