Put back the configure check to disable python bindings in cygwin, due to our inability to install gccxml in cygwin.

This commit is contained in:
Gustavo J. A. M. Carneiro
2009-09-25 12:15:27 +01:00
parent 4cbaa7c8f4
commit 3c16533c21

View File

@@ -55,11 +55,11 @@ def configure(conf):
conf.check_tool('misc')
# if sys.platform == 'cygwin':
# conf.report_optional_feature("python", "Python Bindings", False,
# "unsupported platform 'cygwin'")
# Logs.warn("Python is not supported in CygWin environment. Try MingW instead.")
# return
if sys.platform == 'cygwin':
conf.report_optional_feature("python", "Python Bindings", False,
"unsupported platform 'cygwin'")
Logs.warn("Python is not supported in CygWin environment. Try MingW instead.")
return
## Check for Python
try: