]> git.lyx.org Git - lyx.git/blobdiff - config/spell.m4
scons/SConstruct: fix compiling with SCons
[lyx.git] / config / spell.m4
index a7299490716408f3918af21eab869594ac1ae577..0a94bc057a5c581fe7fae9a975a34c320675a5ba 100644 (file)
@@ -70,18 +70,12 @@ AC_DEFUN([CHECK_WITH_HUNSPELL],
 ### Check if we want spell libraries, prefer new aspell or hunspell
 AC_DEFUN([LYX_CHECK_SPELL_ENGINES],
 [
-       lyx_use_aspell=false
        CHECK_WITH_ASPELL
-
        AM_CONDITIONAL(USE_ASPELL, $lyx_use_aspell)
 
-       lyx_use_enchant=false
        CHECK_WITH_ENCHANT
-
        AM_CONDITIONAL(USE_ENCHANT, $lyx_use_enchant)
 
-       lyx_use_hunspell=false
        CHECK_WITH_HUNSPELL
-
        AM_CONDITIONAL(USE_HUNSPELL, $lyx_use_hunspell)
        ])