From 9bee0725d2c0df8ce80e60ac0409454344f32119 Mon Sep 17 00:00:00 2001 From: foobar Date: Wed, 25 Jun 2003 21:46:31 +0000 Subject: [PATCH] Experimental extensions are never enabled by default.. --- ext/simplexml/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/simplexml/config.m4 b/ext/simplexml/config.m4 index ea861491fda..80b9e3c52e7 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