]> code.delx.au - pulseaudio/commit
Create a new macro for checking compiler support for TLS.
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>
Fri, 8 Aug 2008 12:03:54 +0000 (14:03 +0200)
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>
Fri, 8 Aug 2008 13:09:38 +0000 (15:09 +0200)
commitdaf3e8b97d09d85d51eac34b9d5acf4545d03a2d
tree80f422f11a8764611eb311b12504e00130be4484
parent81969a73a494a36356e764cf3576aa48c101bffb
Create a new macro for checking compiler support for TLS.

Create a new macro that can be shared between projects to check for
__thread support by the compiler. This macro might come useful for
xine-lib too so I want to keep it separate for easier importing it
over.

Name the defined macro SUPPORT_TLS___THREAD to follow the same style
as the checks from attributes.m4.
configure.ac
m4/tls.m4 [new file with mode: 0644]
src/pulsecore/thread.h