diff options
author | Sterling Hughes <sterling@php.net> | 2003-06-25 21:54:01 +0000 |
---|---|---|
committer | Sterling Hughes <sterling@php.net> | 2003-06-25 21:54:01 +0000 |
commit | cf3bd3e9fc6902555648711a447ac1a6e3f7d9d0 (patch) | |
tree | 34d1c1acd999cf90452bc1d447507ee08c390f78 /ext/simplexml/config.m4 | |
parent | 9bee0725d2c0df8ce80e60ac0409454344f32119 (diff) | |
download | php-git-cf3bd3e9fc6902555648711a447ac1a6e3f7d9d0.tar.gz |
fine
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 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 |