Fix the dynamic loading issue on NetBSD
authorAkira TAGOH <akira@tagoh.org>
Mon, 21 Oct 2013 03:16:46 +0000 (12:16 +0900)
committerAkira TAGOH <akira@tagoh.org>
Mon, 21 Oct 2013 03:16:46 +0000 (12:16 +0900)
commit5e029db4971e37437cfe6147d52d00136dfb8cb5
tree31cf7545168557191b07ee063e16a6acc423806f
parentff0e0d17b254f71592dfa29a988a82efefff8913
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
m4/ax_pthread.m4