소스 검색

add debugging line

svn:r4244
Nick Mathewson 20 년 전
부모
커밋
435c579b68
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      configure.in

+ 1 - 0
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);