[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] Oops, transpose letters
Update of /home/or/cvsroot/tor
In directory moria.mit.edu:/tmp/cvs-serv5448
Modified Files:
configure.in
Log Message:
Oops, transpose letters
Index: configure.in
===================================================================
RCS file: /home/or/cvsroot/tor/configure.in,v
retrieving revision 1.194
retrieving revision 1.195
diff -u -d -r1.194 -r1.195
--- configure.in 17 May 2005 01:51:23 -0000 1.194
+++ configure.in 17 May 2005 02:03:17 -0000 1.195
@@ -63,7 +63,6 @@
AC_SEARCH_LIBS(event_loop, [event], event_found=yes, event_found=no)
if test "$event_found" = no; then
- echo FLOOIE
saved_LIBS="$LIBS"
saved_LDFLAGS="$LDFLAGS"
saved_CPPFLAGS="$CPPFLAGS"
@@ -89,7 +88,7 @@
else
ac_cv_libevent_local=no
fi
- if test "$GCC" = yes -a $ac_vc_libevent_local = unlinked ; then
+ if test "$GCC" = yes -a $ac_cv_libevent_local = unlinked ; then
LDFLAGS="$LDFLAGS -Wl,-R/usr/local/lib"
AC_TRY_RUN([
#include <event.h>