jan Wed Oct 9 15:25:17 2002 EDT
Modified files:
/php4/ext/pspell config.m4
Log:
- note aspell
Index: php4/ext/pspell/config.m4
diff -u php4/ext/pspell/config.m4:1.7 php4/ext/pspell/config.m4:1.8
--- php4/ext/pspell/config.m4:1.7 Tue Mar 12 11:33:00 2002
+++ php4/ext/pspell/config.m4 Wed Oct 9 15:25:17 2002
@@ -1,9 +1,10 @@
dnl
-dnl $Id: config.m4,v 1.7 2002/03/12 16:33:00 sas Exp $
+dnl $Id: config.m4,v 1.8 2002/10/09 19:25:17 jan Exp $
dnl
PHP_ARG_WITH(pspell,for PSPELL support,
-[ --with-pspell[=DIR] Include PSPELL support.])
+[ --with-pspell[=DIR] Include PSPELL support.
+ This replaces the old ASPELL extension.])
if test "$PHP_PSPELL" != "no"; then
PHP_NEW_EXTENSION(pspell, pspell.c, $ext_shared)
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php