summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2005-02-01 23:29:15 +0000
committerNick Mathewson <nickm@torproject.org>2005-02-01 23:29:15 +0000
commit1790dc67607799a080e5a841c79115148a3b10ad (patch)
tree1decdd3661215d241a1ae4520c89f28d5af92dd1 /configure.in
parent3805f67e8fefacff62d2b2b3b1e9bde60a472803 (diff)
downloadtor-1790dc67607799a080e5a841c79115148a3b10ad.tar.gz
tor-1790dc67607799a080e5a841c79115148a3b10ad.zip
Check for libpthread
svn:r3496
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 1958cd717e..e33dab3fa2 100644
--- a/configure.in
+++ b/configure.in
@@ -32,6 +32,7 @@ AC_ARG_WITH(ssl-dir,
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"