diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-03-29 01:03:07 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-03-29 01:03:07 +0000 |
commit | 037487d96e5a96899f88436b895baf196fefe2c0 (patch) | |
tree | 19902877ebe414da704deacc3ffbd48c5ddd2af4 /configure.in | |
parent | 51f04b68df23085ae45c8b12579cc9c4e3f0b42c (diff) | |
download | tor-037487d96e5a96899f88436b895baf196fefe2c0.tar tor-037487d96e5a96899f88436b895baf196fefe2c0.tar.gz |
Mention libevent in more docs.
svn:r3913
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 56bb05c74..19ad3cbfd 100644 --- a/configure.in +++ b/configure.in @@ -34,7 +34,7 @@ AC_SEARCH_LIBS(socket, [socket]) AC_SEARCH_LIBS(gethostbyname, [nsl]) AC_SEARCH_LIBS(pthread_create, [pthread]) AC_SEARCH_LIBS(pthread_detach, [pthread]) -AC_SEARCH_LIBS(event_loop, [event], , AC_MSG_ERROR(Libevent library not found. Tor requires libevent to build.)) +AC_SEARCH_LIBS(event_loop, [event], , AC_MSG_ERROR(Libevent library not found. Tor requires libevent to build. You can get the latest version of libevent at http://www.monkey.org/~provos/libevent/ )) saved_LIBS="$LIBS" saved_LDFLAGS="$LDFLAGS" |