summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
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 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])