Skip to content
Snippets Groups Projects
Commit b83777f7 authored by Alexander Hansen Færøy's avatar Alexander Hansen Færøy
Browse files

Merge remote-tracking branch 'tor-gitlab/mr/238' into maint-0.4.5

parents 7998ea2f 15b0d30a
No related branches found
No related tags found
1 merge request!238configure: Revert back the static libevent path
......@@ -954,7 +954,7 @@ if test "$enable_static_libevent" = "yes"; then
if test "$tor_cv_library_libevent_dir" = "(system)"; then
AC_MSG_ERROR("You must specify an explicit --with-libevent-dir=x option when using --enable-static-libevent")
else
TOR_LIBEVENT_LIBS="$TOR_LIBDIR_libevent/.libs/libevent.a $STATIC_LIBEVENT_FLAGS"
TOR_LIBEVENT_LIBS="$TOR_LIBDIR_libevent/libevent.a $STATIC_LIBEVENT_FLAGS"
fi
else
if test "x$ac_cv_header_event2_event_h" = "xyes"; then
......
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