wscript: drop configure statements already present in the top level wscript
Avoid repeated pointless configure messages like: Checking for 'g++' (C++ compiler!) : /usr/lib64/ccache/g++ Checking for 'gcc' (C compiler) : /usr/lib64/ccache/gcc
This commit is contained in:
@@ -18,7 +18,6 @@ def sub_config_and_use(conf, name, has_objects = True):
|
||||
|
||||
def configure(conf):
|
||||
autowaf.set_recursive()
|
||||
autowaf.configure(conf)
|
||||
|
||||
backends = conf.env['BACKENDS']
|
||||
for i in backends:
|
||||
|
||||
Reference in New Issue
Block a user