aspell help string
This commit is contained in:
parent
a769ad7d4e
commit
4ebed2e817
1235
src/configure
vendored
1235
src/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -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);;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user