aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2005-11-23 20:15:39 +0000
committerRoger Dingledine <arma@torproject.org>2005-11-23 20:15:39 +0000
commit276ca7ad2813ad6908f3719e096ca2c42185d6a7 (patch)
tree57860a819a968e7dc1db14bb2763670a8eebcd41 /configure.in
parent4e77913c67be7a3bacf60e050897c4e992df2afe (diff)
downloadtor-276ca7ad2813ad6908f3719e096ca2c42185d6a7.tar
tor-276ca7ad2813ad6908f3719e096ca2c42185d6a7.tar.gz
link with -ldl if you need it.
svn:r5450
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 5f60c39e5..3a3fca6dc 100644
--- a/configure.in
+++ b/configure.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])