mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Define USE_HUNSPELL when compiling against included hunspell.
Otherwise, the speller is disabled.
This commit is contained in:
parent
275d306c73
commit
be36fe6e62
@ -97,6 +97,7 @@ dnl the user wanted to use the included hunspell, so do not check for the other
|
||||
lyx_use_aspell=false
|
||||
lyx_use_enchant=false
|
||||
lyx_use_hunspell=true
|
||||
AC_DEFINE(USE_HUNSPELL, 1, [Define as 1 to use the hunspell library])
|
||||
lyx_flags="$lyx_flags use-hunspell"
|
||||
else
|
||||
CHECK_WITH_ASPELL
|
||||
|
Loading…
Reference in New Issue
Block a user