From: Nick Mathewson Date: Wed, 9 Dec 2015 13:59:01 +0000 (-0500) Subject: Try to fix windows build more. X-Git-Tag: tor-0.2.8.1-alpha~171 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=13fee1baf79750edd6cf7066f096b914db3ece2c;p=thirdparty%2Ftor.git Try to fix windows build more. patch from rubiate on #16651 --- 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)