File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -1042,13 +1042,7 @@ if test "$use_thread_local" = "yes" || test "$use_thread_local" = "auto"; then
10421042 }
10431043 ] ) ] ,
10441044 [
1045- case $host in
1046- *mingw*)
1047- dnl mingw32's implementation of thread_local has also been shown to behave
1048- dnl erroneously under concurrent usage; see:
1049- dnl https://gist.github.com/jamesob/fe9a872051a88b2025b1aa37bfa98605
1050- AC_MSG_RESULT ( [ no] )
1051- ;;
1045+ case $host in
10521046 *freebsd*)
10531047 dnl FreeBSD's implementation of thread_local is also buggy (per
10541048 dnl https://groups.google.com/d/msg/bsdmailinglist/22ncTZAbDp4/Dii_pII5AwAJ)
You can’t perform that action at this time.
0 commit comments