mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
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:
parent
7f6ce9a010
commit
8bb91099c5
68 changed files with 31 additions and 112 deletions
|
|
@ -25,9 +25,6 @@ def options(opt):
|
|||
def configure(conf):
|
||||
if conf.is_defined('USE_EXTERNAL_LIBS'):
|
||||
autowaf.check_pkg(conf, 'fluidsynth', uselib_store='LIBFLUIDSYNTH', atleast_version=LIBFLUIDSYNTH_VERSION, mandatory=True)
|
||||
else:
|
||||
conf.load('compiler_c')
|
||||
autowaf.configure(conf)
|
||||
|
||||
def build(bld):
|
||||
if bld.is_defined('USE_EXTERNAL_LIBS'):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue