aspell help string

This commit is contained in:
dockes 2006-11-08 15:32:32 +00:00
parent a769ad7d4e
commit 4ebed2e817
2 changed files with 413 additions and 826 deletions

1235
src/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -20,8 +20,8 @@ fi
# we do compile the aspell module using an internal copy of aspell.h
# Only --with-aspell=no will completely disable aspell support
AC_ARG_WITH(aspell,
AC_HELP_STRING([--with-aspell],
[Use aspell spelling package to provide term expansion to other spellings]),
AC_HELP_STRING([--without-aspell],
[Disable use of aspell spelling package to provide term expansion to other spellings]),
withAspell=$withval, withAspell=yes)
case $withAspell in
no);;