From 7568facca0d9ea2166c100b80039f84fed79ad88 Mon Sep 17 00:00:00 2001 From: "Gustavo J. A. M. Carneiro" Date: Mon, 12 Jan 2009 18:45:03 +0000 Subject: [PATCH] Bug 467: waf configure enables python after detecting pybindgen is missing --- bindings/python/wscript | 1 + 1 file changed, 1 insertion(+) 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; "