[tor-commits] [tor/master] Try to fix windows build more.

nickm at torproject.org nickm at torproject.org
Wed Dec 9 16:38:56 UTC 2015


commit 13fee1baf79750edd6cf7066f096b914db3ece2c
Author: Nick Mathewson <nickm at torproject.org>
Date:   Wed Dec 9 08:59:01 2015 -0500

    Try to fix windows build more.
    
    patch from rubiate on #16651
---
 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 5f3b7cb..4dbb3c4 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)
 



More information about the tor-commits mailing list