Skip to content

Commit d768949

Browse files
committed
logging: enable thread_local usage on macOS
1 parent 8a56f79 commit d768949

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

configure.ac

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -885,11 +885,6 @@ if test "x$use_thread_local" = xyes || { test "x$use_thread_local" = xauto && te
885885
dnl https://gist.github.com/jamesob/fe9a872051a88b2025b1aa37bfa98605
886886
AC_MSG_RESULT(no)
887887
;;
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-
;;
893888
*freebsd*)
894889
dnl FreeBSD's implementation of thread_local is also buggy (per
895890
dnl https://groups.google.com/d/msg/bsdmailinglist/22ncTZAbDp4/Dii_pII5AwAJ)

0 commit comments

Comments
 (0)