configure: Remove the check for the __thread keyword
commit96c372d853eca988b6af216496e19fd24bfb1b78
authorThomas Huth <thuth@redhat.com>
Thu, 28 Oct 2021 18:59:07 +0000 (28 20:59 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 2 Nov 2021 14:57:28 +0000 (2 15:57 +0100)
tree23582e379c0d734b2471d458120d265a4cea0ee8
parenteea9453a016b622f74898809f53e0ca85961cd80
configure: Remove the check for the __thread keyword

We recently bumped our minimum required version of GCC to 7.4
and Clang to 6.0, and those compiler versions should support
the __thread keyword already.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20211028185910.1729744-2-thuth@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
configure