summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2005-05-17 03:18:19 +0000
committerNick Mathewson <nickm@torproject.org>2005-05-17 03:18:19 +0000
commit7de0b3dd3b7b790970d726c2883db1889b965f54 (patch)
treed2ae084d6145d09928d4ae0dacd46befdad49c03
parent1a587429f718d4fa8f78f7da56b560fa5f6e28ba (diff)
downloadtor-7de0b3dd3b7b790970d726c2883db1889b965f54.tar.gz
tor-7de0b3dd3b7b790970d726c2883db1889b965f54.zip
Add a missing .so
svn:r4248
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 98297a58d2..2fff297398 100644
--- a/configure.in
+++ b/configure.in
@@ -108,7 +108,7 @@ int main(void)
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,