diff options
| author | fanquake <[email protected]> | 2020-02-06 12:21:00 +0800 |
|---|---|---|
| committer | fanquake <[email protected]> | 2020-02-06 12:21:00 +0800 |
| commit | d76894987d0277e8011932ab7dfd77c537f8ea6e (patch) | |
| tree | 27a0bcf7dd1fd4b1d05c150c707a041e769fa9af | |
| parent | Merge #17482: util: Disallow network-qualified command line options (diff) | |
| download | discoin-d76894987d0277e8011932ab7dfd77c537f8ea6e.tar.xz discoin-d76894987d0277e8011932ab7dfd77c537f8ea6e.zip | |
logging: enable thread_local usage on macOS
| -rw-r--r-- | configure.ac | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index 18f3104ac..766e3a752 100644 --- a/configure.ac +++ b/configure.ac @@ -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 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*) dnl FreeBSD's implementation of thread_local is also buggy (per dnl https://groups.google.com/d/msg/bsdmailinglist/22ncTZAbDp4/Dii_pII5AwAJ) |