mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
add solaris to poorly threading platforms
svn:r4383
This commit is contained in:
parent
0831823763
commit
8753e7ef65
@ -30,6 +30,11 @@ if test x$enable_threads = x; then
|
|||||||
AC_MSG_NOTICE([You are running OpenBSD or NetBSD; I am assuming that
|
AC_MSG_NOTICE([You are running OpenBSD or NetBSD; I am assuming that
|
||||||
getaddrinfo is not threadsafe here, so I will disable threads.])
|
getaddrinfo is not threadsafe here, so I will disable threads.])
|
||||||
enable_threads="no";;
|
enable_threads="no";;
|
||||||
|
*-*-solaris* )
|
||||||
|
# Don't try multithreading on solaris -- cpuworkers seem to lock.
|
||||||
|
AC_MSG_NOTICE([You are running Solaris; Sometimes threading makes
|
||||||
|
cpu workers lock up here, so I will disable threads.])
|
||||||
|
enable_threads="no";;
|
||||||
*)
|
*)
|
||||||
enable_threads="yes";;
|
enable_threads="yes";;
|
||||||
esac
|
esac
|
||||||
|
Loading…
Reference in New Issue
Block a user