From: Mathieu Desnoyers Date: Fri, 9 Nov 2012 02:45:04 +0000 (-0500) Subject: Fix TLS detection: test with linker, add --disable-compiler-tls X-Git-Tag: v0.8.0~156 X-Git-Url: https://git.liburcu.org/?a=commitdiff_plain;h=75478b32ffe53b0d8b5e687d9cf7ebdd77a085de;hp=75478b32ffe53b0d8b5e687d9cf7ebdd77a085de;p=urcu.git Fix TLS detection: test with linker, add --disable-compiler-tls NetBSD 5.1 and older, as well as Darwin, succeed to compile code containing TLS, but cannot link it. Test with linker in addition to compiler for TLS support. Also add a --disable-compiler-tls configure option to allow users to force using the pthread getspecific fall back. Fixes #288 Signed-off-by: Mathieu Desnoyers ---