--- a/bindings/python/wscript Fri Sep 25 11:48:05 2009 +0100
+++ b/bindings/python/wscript Fri Sep 25 12:15:27 2009 +0100
@@ -55,11 +55,11 @@
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: