ispell leftover.

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
This commit is contained in:
Pavel Sanda 2008-12-16 11:43:08 +00:00
parent c65ed50ced
commit 1457b2c107

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