summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-08-09 18:43:45 +0000
committerfoobar <sniper@php.net>2003-08-09 18:43:45 +0000
commita6b7a911bdf2834c48fecbc002499eb58898dab8 (patch)
treef6b77eb16d98671707bca092e9d93830cedbc2aa
parentcaf80ad788edb82504d27cd969d2be139e900717 (diff)
downloadphp-git-a6b7a911bdf2834c48fecbc002499eb58898dab8.tar.gz
Cosmetic note
-rw-r--r--ext/pspell/config.m42
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)