diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-05-17 02:53:14 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-05-17 02:53:14 +0000 |
commit | 435c579b68d48544b2dfebfa05d4ce9566905c94 (patch) | |
tree | 0df247e65f6581d570a33aa3fcc8a9268bb9e509 /configure.in | |
parent | 0a4284d38cf0f336c3cdc9adf917a57ce9caaef8 (diff) | |
download | tor-435c579b68d48544b2dfebfa05d4ce9566905c94.tar.gz tor-435c579b68d48544b2dfebfa05d4ce9566905c94.zip |
add debugging line
svn:r4244
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 82e5a926d4..74764cd4e5 100644 --- a/configure.in +++ b/configure.in @@ -70,6 +70,7 @@ if test "$event_found" = no; then LDFLAGS="$LDFLAGS -L/usr/local/lib" AC_TRY_LINK([], [ void *event_init(void); event_init(); ], [ libevent_is_in_local=yes ], [ libevent_is_in_local=no ]) + echo libevent_is_in_local is $libevent_is_in_local if test libevent_is_in_local = yes; then AC_TRY_RUN([ void *event_init(void); |