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:
Mads Kiilerich
2022-01-22 22:09:13 +01:00
parent 7f6ce9a010
commit 8bb91099c5
68 changed files with 31 additions and 112 deletions

View File

@@ -24,8 +24,6 @@ def configure(conf):
autowaf.display_msg(conf, 'build session-utils', 'yes')
conf.load('misc')
conf.load('compiler_cxx')
autowaf.configure(conf)
def build_ardour_util(bld, util):
pgmprefix = bld.env['PROGRAM_NAME'].lower() + str(bld.env['MAJOR'])