From: Pavel Sanda Date: Mon, 8 Dec 2008 22:26:45 +0000 (+0000) Subject: ispell leftover X-Git-Tag: 2.0.0~7582 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=441161daa23e5c9e6e64e178c538d9f05923525a;p=features.git ispell leftover git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27817 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/configure.py b/lib/configure.py index 3d96c01999..84bbdaf709 100644 --- a/lib/configure.py +++ b/lib/configure.py @@ -579,8 +579,6 @@ def checkOtherEntries(): rc_entry = [ r'\index_command "%%"' ]) checkProg('a nomenclature processor', ['makeindex'], rc_entry = [ r'\nomencl_command "makeindex -s nomencl.ist"' ]) - checkProg('a spellchecker', ['ispell'], - rc_entry = [ r'\spell_command "%%"' ]) ## FIXME: OCTAVE is not used anywhere # path, OCTAVE = checkProg('Octave', ['octave']) ## FIXME: MAPLE is not used anywhere