[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] Check for pthread dependency on pthread_detach as well as p...



Update of /home/or/cvsroot/tor
In directory moria.mit.edu:/tmp/cvs-serv24197

Modified Files:
	configure.in 
Log Message:
Check for pthread dependency on pthread_detach as well as pthread_create

Index: configure.in
===================================================================
RCS file: /home/or/cvsroot/tor/configure.in,v
retrieving revision 1.170
retrieving revision 1.171
diff -u -d -r1.170 -r1.171
--- configure.in	22 Feb 2005 04:50:31 -0000	1.170
+++ configure.in	22 Feb 2005 05:07:31 -0000	1.171
@@ -33,6 +33,7 @@
 AC_SEARCH_LIBS(socket, [socket])
 AC_SEARCH_LIBS(gethostbyname, [nsl])
 AC_SEARCH_LIBS(pthread_create, [pthread])
+AC_SEARCH_LIBS(pthread_detach, [pthread])
 AC_SEARCH_LIBS(event_loop, [event], , AC_MSG_ERROR(Libevent library not found. Tor requires libevent to build.))
 
 saved_LIBS="$LIBS"