[or-cvs] Actually set the variable if the answer is yes.

Nick Mathewson nickm at seul.org
Tue May 17 03:17:27 UTC 2005


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

Modified Files:
	configure.in 
Log Message:
Actually set the variable if the answer is yes.

Index: configure.in
===================================================================
RCS file: /home/or/cvsroot/tor/configure.in,v
retrieving revision 1.201
retrieving revision 1.202
diff -u -d -r1.201 -r1.202
--- configure.in	17 May 2005 03:10:55 -0000	1.201
+++ configure.in	17 May 2005 03:17:24 -0000	1.202
@@ -78,7 +78,7 @@
 	if (!event_init())
 	        return -1;
         return 0;
-}], , [ ac_cv_libevent_local=unlinked ])
+}], [ ac_cv_libevent_local=yes ], [ ac_cv_libevent_local=unlinked ])
     else
        ac_cv_libevent_local=no   
     fi



More information about the tor-commits mailing list