mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-19 18:00:33 +01:00
Check for libpthread
svn:r3496
This commit is contained in:
parent
3805f67e8f
commit
1790dc6760
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user