Преглед изворни кода

link with -ldl if you need it.

svn:r5450
Roger Dingledine пре 20 година
родитељ
комит
276ca7ad28
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      configure.in

+ 1 - 0
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])