diff options
author | Nick Mathewson <nickm@torproject.org> | 2009-06-04 03:16:26 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-06-12 14:27:52 -0400 |
commit | c0af3cdfb6816659031fed5a1b8feec5d457b608 (patch) | |
tree | 1241f7190e1d323f5777881fedb0505c538a9586 /configure.in | |
parent | e5b88dc83fb44622f2b0f9c0c242907d1c02311f (diff) | |
download | tor-c0af3cdfb6816659031fed5a1b8feec5d457b608.tar.gz tor-c0af3cdfb6816659031fed5a1b8feec5d457b608.zip |
Move the Libvent setup logic into compat_libevent from config.
This has been some pretty ugly and voodoo-laden code. I've tried to
clean it up a bit, but more work probably remains.
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 5720244ba0..f9a7b033e8 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_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) AC_CHECK_MEMBERS([struct event.min_heap_idx], , , [#include <event.h> ]) |