commit b83777f7b2c0809d9f92ae36bd5ea7975a0a2d06
parent 7998ea2f18dafc283b6fa6e66056d07d4f5963d3
Author: Alexander Færøy <ahf@torproject.org>
Date: Wed, 16 Dec 2020 20:31:10 +0000
Merge remote-tracking branch 'tor-gitlab/mr/238' into maint-0.4.5
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
@@ -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