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