From 6ff1d86cada0b0657fd58dd11d07e50debf54aab Mon Sep 17 00:00:00 2001 From: Mads Kiilerich Date: Sat, 22 Jan 2022 22:17:26 +0100 Subject: [PATCH] wscript: improve configure messages slightly --- libs/qm-dsp/wscript | 2 +- wscript | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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')