From: Christian Stocker Date: Mon, 19 Jan 2004 11:07:19 +0000 (+0000) Subject: fix typo X-Git-Tag: php_ibase_before_split~101 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=04c2e1e8c4be3223e9c3648bffddcdfaa4138e1a;p=php fix typo --- 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