diff options
author | Nick Mathewson <nickm@torproject.org> | 2009-06-04 03:24:53 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-06-12 14:27:53 -0400 |
commit | 33b1d714e779a714c2d55e5da09d0e3c682f273a (patch) | |
tree | 181298ff8014f9463d17f14d52d30150336410a6 /configure.in | |
parent | c0af3cdfb6816659031fed5a1b8feec5d457b608 (diff) | |
download | tor-33b1d714e779a714c2d55e5da09d0e3c682f273a.tar.gz tor-33b1d714e779a714c2d55e5da09d0e3c682f273a.zip |
Make Tor compile with Libevent 1.0 again.
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 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> ]) |