Output the setting of the --no-threaded-waveviews option during configure

This commit is contained in:
Tim Mayberry 2017-03-13 19:31:37 +10:00
parent de99d7c528
commit 843d5ffa59
1 changed files with 1 additions and 0 deletions

View File

@ -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'])