diff options
| -rwxr-xr-x | ext/spl/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/config.m4 b/ext/spl/config.m4 index 531c098e4a..7eab05c8d4 100755 --- a/ext/spl/config.m4 +++ b/ext/spl/config.m4 @@ -2,7 +2,7 @@ dnl $Id$ dnl config.m4 for extension SPL PHP_ARG_ENABLE(spl, enable SPL suppport, -[ --disable-spl Enable Standard PHP Library], yes) +[ --disable-spl Disable Standard PHP Library], yes) if test "$PHP_SPL" != "no"; then if test "$ext_shared" = "yes"; then |
