Experimental extensions are never enabled by default..

This commit is contained in:
foobar 2003-06-25 21:46:31 +00:00
parent 4434c8e0d6
commit 9bee0725d2

View 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