We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d656311 commit 20a3092Copy full SHA for 20a3092
configure.ac
@@ -861,6 +861,9 @@ AC_LINK_IFELSE([AC_LANG_SOURCE([
861
]
862
)
863
864
+dnl thread_local is currently disabled when building with glibc back compat.
865
+dnl Our minimum supported glibc is 2.17, however support for thread_local
866
+dnl did not arrive in glibc until 2.18.
867
if test "x$use_thread_local" = xyes || { test "x$use_thread_local" = xauto && test "x$use_glibc_compat" = xno; }; then
868
TEMP_LDFLAGS="$LDFLAGS"
869
LDFLAGS="$TEMP_LDFLAGS $PTHREAD_CFLAGS"
0 commit comments