[or-cvs] add solaris to poorly threading platforms

Nick Mathewson nickm at seul.org
Thu Jun 9 19:53:34 UTC 2005


Update of /home/or/cvsroot/tor
In directory moria:/tmp/cvs-serv6618

Modified Files:
	configure.in 
Log Message:
add solaris to poorly threading platforms

Index: configure.in
===================================================================
RCS file: /home/or/cvsroot/tor/configure.in,v
retrieving revision 1.214
retrieving revision 1.215
diff -u -d -r1.214 -r1.215
--- configure.in	7 Jun 2005 18:21:32 -0000	1.214
+++ configure.in	9 Jun 2005 19:53:32 -0000	1.215
@@ -30,6 +30,11 @@
      AC_MSG_NOTICE([You are running OpenBSD or NetBSD; I am assuming that
 getaddrinfo is not threadsafe here, so I will disable threads.])
      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";;
    esac



More information about the tor-commits mailing list