[or-cvs] Brag to the user when we successfully work around an idioti...

Nick Mathewson nickm at seul.org
Tue May 17 03:53:25 UTC 2005


Update of /home/or/cvsroot/tor
In directory moria.mit.edu:/tmp/cvs-serv21968

Modified Files:
	configure.in 
Log Message:
Brag to the user when we successfully work around an idiotic ld.so.conf.

Index: configure.in
===================================================================
RCS file: /home/or/cvsroot/tor/configure.in,v
retrieving revision 1.205
retrieving revision 1.206
diff -u -d -r1.205 -r1.206
--- configure.in	17 May 2005 03:46:23 -0000	1.205
+++ configure.in	17 May 2005 03:53:23 -0000	1.206
@@ -121,6 +121,12 @@
   fi
   if test $ac_cv_libevent_local = unlinked_gcc_elf; then
       LDFLAGS="$LDFLAGS -Wl,-R/usr/local/lib"
+      if test -f /etc/ld.so.conf ; then
+        AC_MSG_NOTICE([
+Apparently, you don't have /usr/local/lib in your /etc/ld.so.conf.
+Tor is smart enought to deal this now, but other applications aren't.
+You might want to add it in.])
+      fi
   fi
 
   if test $ac_cv_libevent_local = unlinked ; then



More information about the tor-commits mailing list