Skip to content
Snippets Groups Projects
Commit de95ab02 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Oops, transpose letters

svn:r4240
parent ec1331d4
No related branches found
No related tags found
No related merge requests found
...@@ -63,7 +63,6 @@ dnl Where do you live, libevent? ...@@ -63,7 +63,6 @@ dnl Where do you live, libevent?
AC_SEARCH_LIBS(event_loop, [event], event_found=yes, event_found=no) AC_SEARCH_LIBS(event_loop, [event], event_found=yes, event_found=no)
if test "$event_found" = no; then if test "$event_found" = no; then
echo FLOOIE
saved_LIBS="$LIBS" saved_LIBS="$LIBS"
saved_LDFLAGS="$LDFLAGS" saved_LDFLAGS="$LDFLAGS"
saved_CPPFLAGS="$CPPFLAGS" saved_CPPFLAGS="$CPPFLAGS"
...@@ -89,7 +88,7 @@ int main(void) ...@@ -89,7 +88,7 @@ int main(void)
else else
ac_cv_libevent_local=no ac_cv_libevent_local=no
fi 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" LDFLAGS="$LDFLAGS -Wl,-R/usr/local/lib"
AC_TRY_RUN([ AC_TRY_RUN([
#include <event.h> #include <event.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment