aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-12-09 08:59:01 -0500
committerNick Mathewson <nickm@torproject.org>2015-12-09 11:38:41 -0500
commit13fee1baf79750edd6cf7066f096b914db3ece2c (patch)
tree7bf1dc742d49ad277019f7394b9610b31b295d86 /configure.ac
parent91ab2ac5aa3a94ebe3d53e9dc2b5cb0ee2b59b3c (diff)
downloadtor-13fee1baf79750edd6cf7066f096b914db3ece2c.tar.gz
tor-13fee1baf79750edd6cf7066f096b914db3ece2c.zip
Try to fix windows build more.
patch from rubiate on #16651
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 5f3b7cb5a6..4dbb3c4fa4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -501,7 +501,7 @@ AC_CHECK_MEMBERS([struct event.min_heap_idx], , ,
AC_CHECK_HEADERS(event2/event.h event2/dns.h event2/bufferevent_ssl.h)
-LIBS="$save_LIBS"
+LIBS="$STATIC_LIBEVENT_FLAGS $TOR_LIB_WS32 $save_LIBS"
AM_CONDITIONAL(USE_EXTERNAL_EVDNS, test x$ac_cv_header_event2_dns_h = xyes)