]> git.lyx.org Git - features.git/blobdiff - config/spell.m4
ispell leftover.
[features.git] / config / spell.m4
index 865f316f6d22ab6399d9d50ce61c0579feb35120..c2033fb4a0708ec950d3d46831ba1fe2be26da7e 100644 (file)
@@ -30,10 +30,5 @@ AC_DEFUN([LYX_CHECK_SPELL_ENGINES],
     lyx_use_aspell=false
     CHECK_WITH_ASPELL
 
-    dnl check for the ability to communicate through unix pipes
-    dnl with an external ispell process.
-    dnl Do this independent of the existence of the aspell libraries.
-    lyx_use_ispell=true
-
     AM_CONDITIONAL(USE_ASPELL, $lyx_use_aspell)
     ])