From eed5d1a0b066a325c4c0640943c31a90ef4d0353 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 2 Aug 2020 11:06:09 +0200 Subject: Remove support for ancient compilers without thread_local support --- wscript | 9 --------- 1 file changed, 9 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index 026bebca..9c7181d7 100644 --- a/wscript +++ b/wscript @@ -117,15 +117,6 @@ def configure(conf): }) conf.check_cxx(header_name='boost/intrusive/slist.hpp') - conf.check_cxx(msg='Checking for thread_local keyword', - mandatory=False, - fragment='thread_local int i = 0; int main() {}', - define_name='INGEN_HAVE_THREAD_LOCAL') - if not conf.is_defined('INGEN_HAVE_THREAD_LOCAL'): - conf.check_cxx(msg='Checking for __thread keyword', - mandatory=False, - fragment='__thread int i = 0; int main() {}', - define_name='INGEN_HAVE_THREAD_BUILTIN') conf.check_pkg('lv2 >= 1.16.0', uselib_store='LV2') conf.check_pkg('lilv-0 >= 0.21.5', uselib_store='LILV') -- cgit v1.2.1