Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chregu committed Jan 19, 2004
1 parent 6b8f137 commit 04c2e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/spl/config.m4
Expand Up @@ -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
Expand Down

0 comments on commit 04c2e1e

Please sign in to comment.