diff --git a/bindings/python/wscript b/bindings/python/wscript index c6f9677fb..794334f7d 100644 --- a/bindings/python/wscript +++ b/bindings/python/wscript @@ -151,6 +151,7 @@ def configure(conf): Logs.warn("pybindgen missing => no python bindings") conf.report_optional_feature("python", "Python Bindings", False, "PyBindGen missing") + return else: out = subprocess.Popen([conf.env['PYTHON'], "-c", "import pybindgen.version; "