aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2009-06-04 03:24:53 -0400
committerNick Mathewson <nickm@torproject.org>2009-06-12 14:27:53 -0400
commit33b1d714e779a714c2d55e5da09d0e3c682f273a (patch)
tree181298ff8014f9463d17f14d52d30150336410a6 /configure.in
parentc0af3cdfb6816659031fed5a1b8feec5d457b608 (diff)
downloadtor-33b1d714e779a714c2d55e5da09d0e3c682f273a.tar.gz
tor-33b1d714e779a714c2d55e5da09d0e3c682f273a.zip
Make Tor compile with Libevent 1.0 again.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index f9a7b033e8..f1ac83687c 100644
--- a/configure.in
+++ b/configure.in
@@ -273,7 +273,7 @@ save_CPPFLAGS="$CPPFLAGS"
LIBS="-levent $TOR_LIB_WS32 $LIBS"
LDFLAGS="$TOR_LDFLAGS_libevent $LDFLAGS"
CPPFLAGS="$TOR_CPPFLAGS_libevent $CPPFLAGS"
-AC_CHECK_FUNCS(event_get_version event_get_version_number event_get_method event_set_log_callback evdns_set_outgoing_bind_address)
+AC_CHECK_FUNCS(event_get_version event_get_version_number event_get_method event_set_log_callback evdns_set_outgoing_bind_address event_base_loopexit)
AC_CHECK_MEMBERS([struct event.min_heap_idx], , ,
[#include <event.h>
])