瀏覽代碼

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);