--- parser3/configure 2020/12/17 13:31:24 1.208 +++ parser3/configure 2020/12/17 13:35:06 1.209 @@ -18919,11 +18919,11 @@ rm -f core conftest.err conftest.$ac_obj $as_echo_n "checking for TLS... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ - +__thread int i=0; int main () { -__thread int i=0; + ; return 0; }