bindings/python/wscript
changeset 5251 306856feb249
parent 5249 85cde7d987ed
child 5427 dded6ac1170e
--- 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: