mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
link with -ldl if you need it.
svn:r5450
This commit is contained in:
@@ -67,6 +67,7 @@ AC_ARG_WITH(ssl-dir,
|
||||
|
||||
AC_SEARCH_LIBS(socket, [socket])
|
||||
AC_SEARCH_LIBS(gethostbyname, [nsl])
|
||||
AC_SEARCH_LIBS(dlopen, [dl])
|
||||
|
||||
if test $enable_threads = "yes"; then
|
||||
AC_SEARCH_LIBS(pthread_create, [pthread])
|
||||
|
||||
Reference in New Issue
Block a user