diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-05-17 03:18:19 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-05-17 03:18:19 +0000 |
commit | 7de0b3dd3b7b790970d726c2883db1889b965f54 (patch) | |
tree | d2ae084d6145d09928d4ae0dacd46befdad49c03 /configure.in | |
parent | 1a587429f718d4fa8f78f7da56b560fa5f6e28ba (diff) | |
download | tor-7de0b3dd3b7b790970d726c2883db1889b965f54.tar.gz tor-7de0b3dd3b7b790970d726c2883db1889b965f54.zip |
Add a missing .so
svn:r4248
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
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, |