Commit Graph

3 Commits

Author SHA1 Message Date
Akira TAGOH 5e029db497 Fix the dynamic loading issue on NetBSD
On NetBSD, it is not supported to load a library linked against
libpthread into a program that wasn't (since the C library provides
stubs for some pthread-functions, which might have already been called
before libpthread is loaded, leading to problems).

Patch from Matthias Drochner
2013-10-21 12:16:46 +09:00
Akira TAGOH ff0e0d17b2 Update ax_pthread.m4 to the latest version 2013-10-21 12:13:31 +09:00
Behdad Esfahbod f6d8306e56 Add build stuff for threadsafety primitives
Copied over from HarfBuzz.
2013-01-02 00:38:30 -06:00