]> git.lyx.org Git - features.git/commitdiff
ispell leftover
authorPavel Sanda <sanda@lyx.org>
Mon, 8 Dec 2008 22:26:45 +0000 (22:26 +0000)
committerPavel Sanda <sanda@lyx.org>
Mon, 8 Dec 2008 22:26:45 +0000 (22:26 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27817 a592a061-630c-0410-9148-cb99ea01b6c8

lib/configure.py

index 3d96c01999bbca5c1ae277678715218e10d96fc0..84bbdaf70993983310278c4527c2ff47269f135b 100644 (file)
@@ -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