From 3c16533c21ca426d0fb4f663b8991f76d5012b30 Mon Sep 17 00:00:00 2001 From: "Gustavo J. A. M. Carneiro" Date: Fri, 25 Sep 2009 12:15:27 +0100 Subject: [PATCH] Put back the configure check to disable python bindings in cygwin, due to our inability to install gccxml in cygwin. --- bindings/python/wscript | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bindings/python/wscript b/bindings/python/wscript index 0ecfee014..94918f376 100644 --- a/bindings/python/wscript +++ b/bindings/python/wscript @@ -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: