From 843d5ffa59d0faece831120ce8b657b548835272 Mon Sep 17 00:00:00 2001 From: Tim Mayberry Date: Mon, 13 Mar 2017 19:31:37 +1000 Subject: Output the setting of the --no-threaded-waveviews option during configure --- wscript | 1 + 1 file changed, 1 insertion(+) diff --git a/wscript b/wscript index 86fcc53d5e..ed45d7bad6 100644 --- a/wscript +++ b/wscript @@ -1261,6 +1261,7 @@ const char* const ardour_config_info = "\\n\\ write_config_text('PT format', conf.is_defined('PTFORMAT')) write_config_text('PTW32 Semaphore', conf.is_defined('USE_PTW32_SEMAPHORE')) # write_config_text('Soundtouch', conf.is_defined('HAVE_SOUNDTOUCH')) + write_config_text('Threaded WaveViews', not opts.no_threaded_waveviews) write_config_text('Translation', opts.nls) # write_config_text('Tranzport', opts.tranzport) write_config_text('Unit tests', conf.env['BUILD_TESTS']) -- cgit v1.2.3