]> git.lyx.org Git - lyx.git/blobdiff - development/scons/SConstruct
scons_manifest.py: fix SCons (tabs are invalid in this Python script)
[lyx.git] / 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