From 435c579b68d48544b2dfebfa05d4ce9566905c94 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 17 May 2005 02:53:14 +0000 Subject: [PATCH] add debugging line svn:r4244 --- configure.in | 1 + 1 file changed, 1 insertion(+) 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);