ctx.imp -> ctx.load
authortnagy1024 <tnagy1024@f0382ac9-c320-0410-b3f0-b508d59f5a85>
Mon, 13 Sep 2010 22:15:09 +0000 (22:15 +0000)
committertnagy1024 <tnagy1024@f0382ac9-c320-0410-b3f0-b508d59f5a85>
Mon, 13 Sep 2010 22:15:09 +0000 (22:15 +0000)
git-svn-id: https://waf.googlecode.com/svn/trunk@9574 f0382ac9-c320-0410-b3f0-b508d59f5a85

utils/genbench.py

index 5b95fa3f69262e41400ca2d57d59303eaaf5ec63..2d4eed79d5a934ed89e43f6db5b55eb5f1088b45 100755 (executable)
@@ -244,7 +244,7 @@ top  = '.'
 out  = 'out'
 
 def configure(conf):
-       conf.imp('g++')
+       conf.load('g++')
 
 def build(bld):
        for i in xrange(%d):