From 276ca7ad2813ad6908f3719e096ca2c42185d6a7 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Wed, 23 Nov 2005 20:15:39 +0000 Subject: [PATCH] link with -ldl if you need it. svn:r5450 --- configure.in | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.in b/configure.in index 5f60c39e53..3a3fca6dc0 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])