mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-20 02:09:24 +01:00
add debugging line
svn:r4244
This commit is contained in:
parent
0a4284d38c
commit
435c579b68
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user