Merge commit 'flameeyes/autoconf-2.62'

This commit is contained in:
Lennart Poettering 2008-08-18 23:52:44 +02:00
commit 3d2d6ca958
13 changed files with 407 additions and 242 deletions

View file

@ -86,7 +86,7 @@ void *pa_tls_set(pa_tls *t, void *userdata);
} \
struct __stupid_useless_struct_to_allow_trailing_semicolon
#ifdef HAVE_TLS_BUILTIN
#ifdef SUPPORT_TLS___THREAD
/* An optimized version of the above that requires no dynamic
* allocation if the compiler supports __thread */
#define PA_STATIC_TLS_DECLARE_NO_FREE(name) \