diff --git a/libs/qm-dsp/wscript b/libs/qm-dsp/wscript index ad78eb59f5..51ff966fc1 100644 --- a/libs/qm-dsp/wscript +++ b/libs/qm-dsp/wscript @@ -24,7 +24,7 @@ def options(opt): def configure(conf): if conf.is_defined('USE_EXTERNAL_LIBS'): - conf.check_cxx(header_name="base/Pitch.h", mandatory=True) + conf.check_cxx(header_name="base/Pitch.h", mandatory=True, msg="Checking for qm-dsp headers") conf.check_cxx(lib="qm-dsp", uselib_store="QMDSP", mandatory=True) def build(bld): diff --git a/wscript b/wscript index c21d55d11a..6488749633 100644 --- a/wscript +++ b/wscript @@ -1172,7 +1172,7 @@ int main () { int x = SFC_RF64_AUTO_DOWNGRADE; return 0; } mandatory = False, execute = False, use = 'SNDFILE', - msg = 'Checking for sndfile RF64=>RIFF support', + msg = 'Checking for sndfile RF64=>RIFF support', okmsg = 'Found', errmsg = 'Not found, no RF64-to-WAV support')