Sfoglia il codice sorgente

add debugging line

svn:r4244
Nick Mathewson 20 anni fa
parent
commit
435c579b68
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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);