Don't use __thread on MinGW.
authorSøren Sandmann Pedersen <ssp@redhat.com>
Fri, 23 Apr 2010 16:34:19 +0000 (12:34 -0400)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Mon, 3 May 2010 08:12:24 +0000 (11:12 +0300)
commit582fa58bba7008c2b852ba56557612866f7522d5
treeef9cc2595cc1539817d9b03eb762848c807ad09a
parent95d4026866b4655c88de75c9756e9f18881b7c29
Don't use __thread on MinGW.

It is apparently broken. See this:

http://mingw-users.1079350.n2.nabble.com/gcc-4-4-multi-threaded-exception-handling-thread-specifier-not-working-td3440749.html

We'll need to support thread local storage on MinGW32 some other way.

Cc: tml@iki.fi
configure.ac