diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-05-17 02:03:17 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-05-17 02:03:17 +0000 |
commit | de95ab02ada82d1800b9cf38470893be6a42d2c2 (patch) | |
tree | f83a92547e7a4fed7073428303d9b4224650523c /configure.in | |
parent | ec1331d49ebb335f1757e1c1595474233df4f065 (diff) | |
download | tor-de95ab02ada82d1800b9cf38470893be6a42d2c2.tar.gz tor-de95ab02ada82d1800b9cf38470893be6a42d2c2.zip |
Oops, transpose letters
svn:r4240
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.in b/configure.in index f4cfaf1833..5746faf201 100644 --- a/configure.in +++ b/configure.in @@ -63,7 +63,6 @@ dnl Where do you live, libevent? 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 @@ int main(void) 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> |