summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlexander Færøy <ahf@torproject.org>2020-12-16 20:31:46 +0000
committerAlexander Færøy <ahf@torproject.org>2020-12-16 20:31:46 +0000
commit66b1a9a5c101d071c88a4f6786dbed9ad4e94982 (patch)
tree786cae47be5899971841790a3bf40a88b9d5628f /configure.ac
parent2d68fdc94c78906c393f51661429575033362701 (diff)
parentb83777f7b2c0809d9f92ae36bd5ea7975a0a2d06 (diff)
downloadtor-66b1a9a5c101d071c88a4f6786dbed9ad4e94982.tar.gz
tor-66b1a9a5c101d071c88a4f6786dbed9ad4e94982.zip
Merge branch 'maint-0.4.5'
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 285fef1696..95284086be 100644
--- a/configure.ac
+++ b/configure.ac
@@ -967,7 +967,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