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

[or-cvs] Check for libpthread



Update of /home/or/cvsroot/tor
In directory moria.mit.edu:/home/nickm/src/tor

Modified Files:
	configure.in 
Log Message:
Check for libpthread

Index: configure.in
===================================================================
RCS file: /home/or/cvsroot/tor/configure.in,v
retrieving revision 1.160
retrieving revision 1.161
diff -u -d -r1.160 -r1.161
--- configure.in	27 Jan 2005 22:34:47 -0000	1.160
+++ configure.in	1 Feb 2005 23:29:15 -0000	1.161
@@ -32,6 +32,7 @@
 
 AC_SEARCH_LIBS(socket, [socket])
 AC_SEARCH_LIBS(gethostbyname, [nsl])
+AC_SEARCH_LIBS(pthread_create, [pthread])
 AC_SEARCH_LIBS(event_loop, [event], , AC_MSG_ERROR(Libevent library not found. Tor requires libevent to build.))
 
 saved_LIBS="$LIBS"