diff options
author | foobar <sniper@php.net> | 2003-06-25 21:46:31 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2003-06-25 21:46:31 +0000 |
commit | 9bee0725d2c0df8ce80e60ac0409454344f32119 (patch) | |
tree | 4ad796257fddcf7bfb3449926b40dd3abe8275d9 /ext/simplexml/config.m4 | |
parent | 4434c8e0d66cbb615c1d8dc424ec04aeb06fd8b1 (diff) | |
download | php-git-9bee0725d2c0df8ce80e60ac0409454344f32119.tar.gz |
Experimental extensions are never enabled by default..
Diffstat (limited to 'ext/simplexml/config.m4')
-rw-r--r-- | ext/simplexml/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |