[or-cvs] Oops; give error earlier when no runnable libevent is found...

Nick Mathewson nickm at seul.org
Tue Mar 21 19:01:37 UTC 2006


Update of /home/or/cvsroot/tor
In directory moria:/tmp/cvs-serv7719

Modified Files:
	configure.in 
Log Message:
Oops; give error earlier when no runnable libevent is found. Grep reveals no more errors of this type in configure.in

Index: configure.in
===================================================================
RCS file: /home/or/cvsroot/tor/configure.in,v
retrieving revision 1.278
retrieving revision 1.279
diff -u -p -d -r1.278 -r1.279
--- configure.in	19 Mar 2006 22:21:17 -0000	1.278
+++ configure.in	21 Mar 2006 19:01:34 -0000	1.279
@@ -191,7 +191,7 @@ AC_CACHE_CHECK([whether we need extra op
         break
       fi
     done
-    if test le_runs = no ; then
+    if test $le_runs = no ; then
       AC_MSG_ERROR([Found linkable libevent in $ac_cv_libevent_dir, but it doesn't run, even with -R.  Maybe specify another using --with-libevent-dir?])
     fi
     LDFLAGS="$saved_LDFLAGS"



More information about the tor-commits mailing list