[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] Add a missing .so
Update of /home/or/cvsroot/tor
In directory moria.mit.edu:/tmp/cvs-serv28054
Modified Files:
configure.in
Log Message:
Add a missing .so
Index: configure.in
===================================================================
RCS file: /home/or/cvsroot/tor/configure.in,v
retrieving revision 1.202
retrieving revision 1.203
diff -u -d -r1.202 -r1.203
--- configure.in 17 May 2005 03:17:24 -0000 1.202
+++ configure.in 17 May 2005 03:18:19 -0000 1.203
@@ -108,7 +108,7 @@
fi
if test $ac_cv_libevent_local = unlinked ; then
- if test -f /etc/ld.conf ; then
+ if test -f /etc/ld.so.conf ; then
AC_MSG_NOTICE([
=================================================
Your libevent library is installed in /usr/local/lib,