Skip to content
Snippets Groups Projects
Commit 276ca7ad authored by Roger Dingledine's avatar Roger Dingledine
Browse files

link with -ldl if you need it.

svn:r5450
parent 4e77913c
No related branches found
No related tags found
No related merge requests found
......@@ -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])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment