]> git.lyx.org Git - features.git/commitdiff
ispell leftover.
authorPavel Sanda <sanda@lyx.org>
Tue, 16 Dec 2008 11:43:08 +0000 (11:43 +0000)
committerPavel Sanda <sanda@lyx.org>
Tue, 16 Dec 2008 11:43:08 +0000 (11:43 +0000)
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg146777.html

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27892 a592a061-630c-0410-9148-cb99ea01b6c8

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)
     ])