Remove test whether thread-local storage works in shared libraries
commit8305af7c9b411a1b5f15d31a9332ca8336d9dbc4
authorJonas 'Sortie' Termansen <sortie@maxsi.org>
Mon, 23 Jun 2014 22:41:33 +0000 (24 00:41 +0200)
committerRodrigo Kumpera <kumpera@gmail.com>
Thu, 26 Jun 2014 14:10:51 +0000 (26 10:10 -0400)
tree32dd3bd0534c9b79e0d2d61b3fb35359fbad2116
parentdd412cfb2e1968f310f454ee2ec303862cb642d2
Remove test whether thread-local storage works in shared libraries

This test was added in 2004 to work around buggy Linux distributions and is
not needed today. The test caused problems as it also ran on non-Linux
operating systems and assumed dynamic linking was available. This caused it
to mistakenly decide thread-local storage was unavailable on operating
systems with no dynamic linking (but perfectly usable thread-local storage).

This change is released under the MIT/X11 license.
configure.ac