]> git.lyx.org Git - features.git/commitdiff
SConstruct: fix string name
authorUwe Stöhr <uwestoehr@web.de>
Fri, 22 Jan 2010 22:56:11 +0000 (22:56 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Fri, 22 Jan 2010 22:56:11 +0000 (22:56 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33168 a592a061-630c-0410-9148-cb99ea01b6c8

development/scons/SConstruct

index e28e6f1de3f1fc41f9adc8bbecec164a12235a64..634ed1810210ab7860ab19dcf5f326716a98047c 100644 (file)
@@ -816,7 +816,7 @@ if spell_opt in ['auto', 'aspell'] and conf.CheckLib(aspell_lib):
     spell_engine = 'USE_ASPELL'
 elif spell_opt in ['auto', 'enchant'] and conf.CheckLib('enchant'):
     spell_engine = 'USE_ENCHANT'
-elif spell_opt in ['auto', 'hunspell'] and conf.CheckLib('enchant'):
+elif spell_opt in ['auto', 'hunspell'] and conf.CheckLib('hunspell'):
     spell_engine = 'USE_HUNSPELL'
 else:
     spell_engine = None