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 8a56f79 commit d768949Copy full SHA for d768949
configure.ac
@@ -885,11 +885,6 @@ if test "x$use_thread_local" = xyes || { test "x$use_thread_local" = xauto && te
885
dnl https://gist.github.com/jamesob/fe9a872051a88b2025b1aa37bfa98605
886
AC_MSG_RESULT(no)
887
;;
888
- *darwin*)
889
- dnl TODO enable thread_local on later versions of Darwin where it is
890
- dnl supported (per https://stackoverflow.com/a/29929949)
891
- AC_MSG_RESULT(no)
892
- ;;
893
*freebsd*)
894
dnl FreeBSD's implementation of thread_local is also buggy (per
895
dnl https://groups.google.com/d/msg/bsdmailinglist/22ncTZAbDp4/Dii_pII5AwAJ)
0 commit comments