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
|
# we do compile the aspell module using an internal copy of aspell.h
|
||||||
# Only --with-aspell=no will completely disable aspell support
|
# Only --with-aspell=no will completely disable aspell support
|
||||||
AC_ARG_WITH(aspell,
|
AC_ARG_WITH(aspell,
|
||||||
AC_HELP_STRING([--with-aspell],
|
AC_HELP_STRING([--without-aspell],
|
||||||
[Use aspell spelling package to provide term expansion to other spellings]),
|
[Disable use of aspell spelling package to provide term expansion to other spellings]),
|
||||||
withAspell=$withval, withAspell=yes)
|
withAspell=$withval, withAspell=yes)
|
||||||
case $withAspell in
|
case $withAspell in
|
||||||
no);;
|
no);;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user