diff options
author | foobar <sniper@php.net> | 2003-08-09 18:43:45 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2003-08-09 18:43:45 +0000 |
commit | a6b7a911bdf2834c48fecbc002499eb58898dab8 (patch) | |
tree | f6b77eb16d98671707bca092e9d93830cedbc2aa | |
parent | caf80ad788edb82504d27cd969d2be139e900717 (diff) | |
download | php-git-a6b7a911bdf2834c48fecbc002499eb58898dab8.tar.gz |
Cosmetic note
-rw-r--r-- | ext/pspell/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pspell/config.m4 b/ext/pspell/config.m4 index 8c1cbe49b7..955ddbf770 100644 --- a/ext/pspell/config.m4 +++ b/ext/pspell/config.m4 @@ -4,7 +4,7 @@ dnl PHP_ARG_WITH(pspell,for PSPELL support, [ --with-pspell[=DIR] Include PSPELL support. - This replaces the old ASPELL extension.]) + GNU Aspell version 0.50.0 or higher required.]) if test "$PHP_PSPELL" != "no"; then PHP_NEW_EXTENSION(pspell, pspell.c, $ext_shared) |