[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] add debugging line



Update of /home/or/cvsroot/tor
In directory moria.mit.edu:/tmp/cvs-serv1616

Modified Files:
	configure.in 
Log Message:
add debugging line

Index: configure.in
===================================================================
RCS file: /home/or/cvsroot/tor/configure.in,v
retrieving revision 1.198
retrieving revision 1.199
diff -u -d -r1.198 -r1.199
--- configure.in	17 May 2005 02:39:42 -0000	1.198
+++ configure.in	17 May 2005 02:53:14 -0000	1.199
@@ -70,6 +70,7 @@
      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);