link with -ldl if you need it.

svn:r5450
This commit is contained in:
Roger Dingledine 2005-11-23 20:15:39 +00:00
parent 4e77913c67
commit 276ca7ad28
1 changed files with 1 additions and 0 deletions

View File

@ -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])