[or-cvs] backport the hunting for -ldl

arma at seul.org arma at seul.org
Wed Nov 30 21:55:57 UTC 2005


Update of /home/or/cvsroot/tor
In directory moria:/home/arma/work/onion/tor-010x/tor

Modified Files:
      Tag: tor-0_1_0-patches
	configure.in 
Log Message:
backport the hunting for -ldl


Index: configure.in
===================================================================
RCS file: /home/or/cvsroot/tor/configure.in,v
retrieving revision 1.212.2.12
retrieving revision 1.212.2.13
diff -u -d -r1.212.2.12 -r1.212.2.13
--- configure.in	6 Oct 2005 03:19:26 -0000	1.212.2.12
+++ configure.in	30 Nov 2005 21:55:55 -0000	1.212.2.13
@@ -61,6 +61,7 @@
 
 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])



More information about the tor-commits mailing list