summaryrefslogtreecommitdiff
path: root/ext/simplexml/config.m4
diff options
context:
space:
mode:
authorSterling Hughes <sterling@php.net>2003-06-25 21:54:01 +0000
committerSterling Hughes <sterling@php.net>2003-06-25 21:54:01 +0000
commitcf3bd3e9fc6902555648711a447ac1a6e3f7d9d0 (patch)
tree34d1c1acd999cf90452bc1d447507ee08c390f78 /ext/simplexml/config.m4
parent9bee0725d2c0df8ce80e60ac0409454344f32119 (diff)
downloadphp-git-cf3bd3e9fc6902555648711a447ac1a6e3f7d9d0.tar.gz
fine
Diffstat (limited to 'ext/simplexml/config.m4')
-rw-r--r--ext/simplexml/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/simplexml/config.m4 b/ext/simplexml/config.m4
index 80b9e3c52e..ea861491fd 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