[or-cvs] Normal is good.
Nick Mathewson
nickm at seul.org
Tue May 17 03:46:25 UTC 2005
Update of /home/or/cvsroot/tor
In directory moria.mit.edu:/tmp/cvs-serv13626
Modified Files:
configure.in
Log Message:
Normal is good.
Index: configure.in
===================================================================
RCS file: /home/or/cvsroot/tor/configure.in,v
retrieving revision 1.204
retrieving revision 1.205
diff -u -d -r1.204 -r1.205
--- configure.in 17 May 2005 03:40:03 -0000 1.204
+++ configure.in 17 May 2005 03:46:23 -0000 1.205
@@ -61,7 +61,7 @@
dnl Where do you live, libevent?
-AC_CACHE_CHECK([for libevent], ac_cv_libevent_normal, [
+AC_CACHE_CHECK([for a normal libevent], ac_cv_libevent_normal, [
saved_LIBS="$LIBS"
LIBS="$LIBS -levent"
AC_TRY_RUN([
@@ -76,7 +76,7 @@
])
-if test "$ac_cv_libevent_normal" = no; then
+if test "$ac_cv_libevent_normal" = yes; then
LIBS="$LIBS -levent"
else
AC_CACHE_CHECK([for libevent in /usr/local/lib], ac_cv_libevent_local, [
More information about the tor-commits
mailing list