]> git.lyx.org Git - lyx.git/blobdiff - config/spell.m4
String cosmetics
[lyx.git] / config / spell.m4
index a7299490716408f3918af21eab869594ac1ae577..ae4c2b85e96a00194cde79e1a4952596b0928fda 100644 (file)
@@ -67,21 +67,16 @@ AC_DEFUN([CHECK_WITH_HUNSPELL],
        fi
        ])
 
+
 ### 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)
        ])