This commit is contained in:
Sterling Hughes 2003-06-25 21:54:01 +00:00
parent 9bee0725d2
commit cf3bd3e9fc
2 changed files with 1 additions and 1 deletions

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])
[ --with-simplexml Include simplexml support], yes)
if test "$PHP_SIMPLEXML" != "no"; then