0
0
mirror of https://gitlab.torproject.org/tpo/core/tor.git synced 2024-09-20 12:22:14 +02:00

Brag to the user when we successfully work around an idiotic ld.so.conf.

svn:r4251
This commit is contained in:
Nick Mathewson 2005-05-17 03:53:23 +00:00
parent 08ae126f9b
commit 28367080c4

View File

@ -121,6 +121,12 @@ int main(void)
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