]> git.lyx.org Git - lyx.git/blobdiff - lib/configure.py
Update all templates to current version. (This probably should have
[lyx.git] / lib / configure.py
index 6b591509501bb1c7a7436cd21eeff413030de608..c14bf0b04a1ef15f9375c6a1da6635378ed4942a 100644 (file)
@@ -1305,8 +1305,6 @@ def checkTeXAllowSpaces():
         if LATEX != '':
             if os.name == 'nt' or sys.platform == 'cygwin':
                 latex_out = cmdOutput(LATEX + r""" "\nonstopmode\input{\"a b\"}" """)
-                if not 'working' in latex_out:
-                    latex_out = cmdOutput(LATEX + r' "\nonstopmode\input{a b}"')
             else:
                 latex_out = cmdOutput(LATEX + r""" '\nonstopmode\input{"a b"}' """)
         else: