wscript
changeset 4101 ca51ffa0d02b
parent 4083 5a5d8b94047a
child 4103 a7dfdc073085
--- a/wscript	Fri Jan 16 12:33:22 2009 +0000
+++ b/wscript	Fri Jan 16 17:18:49 2009 +0000
@@ -53,9 +53,6 @@
     shutil.rmtree("doc/latex", True)
     shutil.rmtree("nsc", True)
 
-    if not os.path.exists("bindings/python/pybindgen"):
-        raise Utils.WafError("Missing pybindgen checkout; run './waf configure --pybindgen-checkout' first.")
-
     ## build the name of the traces subdirectory.  Will be something like
     ## ns-3-dev-ref-traces
     traces_name = APPNAME + '-' + VERSION + regression.REGRESSION_SUFFIX