Don't build or fetch NSC/pybindgen, those tasks are now moved to ns-3-allinone

This commit is contained in:
Gustavo J. A. M. Carneiro
2009-01-11 23:26:34 +00:00
parent 9ae3c42512
commit fdaf129f60
2 changed files with 12 additions and 98 deletions

View File

@@ -148,11 +148,9 @@ def configure(conf):
try:
conf.check_python_module('pybindgen')
except Configure.ConfigurationError:
Logs.warn("pybindgen missing")
if no_net or not fetch_pybindgen(conf):
conf.report_optional_feature("python", "Python Bindings", False,
"PyBindGen missing and could not be retrieved")
return
Logs.warn("pybindgen missing => no python bindings")
conf.report_optional_feature("python", "Python Bindings", False,
"PyBindGen missing")
else:
out = subprocess.Popen([conf.env['PYTHON'], "-c",
"import pybindgen.version; "