]> granicus.if.org Git - php/commitdiff
fix typo
authorChristian Stocker <chregu@php.net>
Mon, 19 Jan 2004 11:07:19 +0000 (11:07 +0000)
committerChristian Stocker <chregu@php.net>
Mon, 19 Jan 2004 11:07:19 +0000 (11:07 +0000)
ext/spl/config.m4

index 531c098e4a3eb92530f78526c5fc454ecfe90a87..7eab05c8d4a335e609d8e23ca29471334a9e00a4 100755 (executable)
@@ -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