Sfoglia il codice sorgente

link with -ldl if you need it.

svn:r5450
Roger Dingledine 20 anni fa
parent
commit
276ca7ad28
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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])