Add checks for various types of thread local storage.
authorSøren Sandmann Pedersen <ssp@redhat.com>
Tue, 16 Mar 2010 15:01:08 +0000 (11:01 -0400)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Tue, 16 Mar 2010 16:01:51 +0000 (12:01 -0400)
commit6b9c54820015f69e667ed54441e83042c9a84cc1
treece68ecd7352f4adcba2137744622a268124fa23c
parent313353f1fb9d40d0c3aaf7cfb99ca978b29003a4
Add checks for various types of thread local storage.

OS X does not support __thread, so we have to check for it before
using it.  It does however support pthread_get/setspecific(), so if we
don't have __thread, check if those are available.
configure.ac
pixman/Makefile.am