mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-19 13:27:35 +02:00
logging: enable thread_local usage on macOS
This commit is contained in:
parent
8a56f79d49
commit
d76894987d
1 changed files with 0 additions and 5 deletions
|
|
@ -885,11 +885,6 @@ if test "x$use_thread_local" = xyes || { test "x$use_thread_local" = xauto && te
|
||||||
dnl https://gist.github.com/jamesob/fe9a872051a88b2025b1aa37bfa98605
|
dnl https://gist.github.com/jamesob/fe9a872051a88b2025b1aa37bfa98605
|
||||||
AC_MSG_RESULT(no)
|
AC_MSG_RESULT(no)
|
||||||
;;
|
;;
|
||||||
*darwin*)
|
|
||||||
dnl TODO enable thread_local on later versions of Darwin where it is
|
|
||||||
dnl supported (per https://stackoverflow.com/a/29929949)
|
|
||||||
AC_MSG_RESULT(no)
|
|
||||||
;;
|
|
||||||
*freebsd*)
|
*freebsd*)
|
||||||
dnl FreeBSD's implementation of thread_local is also buggy (per
|
dnl FreeBSD's implementation of thread_local is also buggy (per
|
||||||
dnl https://groups.google.com/d/msg/bsdmailinglist/22ncTZAbDp4/Dii_pII5AwAJ)
|
dnl https://groups.google.com/d/msg/bsdmailinglist/22ncTZAbDp4/Dii_pII5AwAJ)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue