summaryrefslogtreecommitdiff
path: root/ext/spl
diff options
context:
space:
mode:
authorChristian Stocker <chregu@php.net>2004-01-19 11:07:19 +0000
committerChristian Stocker <chregu@php.net>2004-01-19 11:07:19 +0000
commit04c2e1e8c4be3223e9c3648bffddcdfaa4138e1a (patch)
treea45170f061156c84ce2f8b0d2b545b5fc941711e /ext/spl
parent6b8f137905328b14301016e32c0e0d885a70ff99 (diff)
downloadphp-git-04c2e1e8c4be3223e9c3648bffddcdfaa4138e1a.tar.gz
fix typo
Diffstat (limited to 'ext/spl')
-rwxr-xr-xext/spl/config.m42
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