mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-19 18:00:33 +01:00
Check for pthread dependency on pthread_detach as well as pthread_create
svn:r3651
This commit is contained in:
parent
bb53a0bddd
commit
7d9820e80d
@ -33,6 +33,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(pthread_detach, [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