From: Nick Mathewson Date: Sun, 4 Mar 2007 19:49:02 +0000 (+0000) Subject: svn:r9728 X-Git-Tag: tor-0.2.0.1-alpha~401 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ed21e3c022feb746db7a198a57c6ac650bea0539;p=thirdparty%2Ftor.git svn:r9728 --- diff --git a/configure.in b/configure.in index e1052023c1..8f179af522 100644 --- a/configure.in +++ b/configure.in @@ -196,6 +196,14 @@ fi dnl ------------------------------------------------------ dnl Where do you live, libevent? And how do we call you? +if test $bwin32 = true; then + WS32lib=-lws2_32 + GDIlib=-lgdi32 +else + W32lib= + GDIlib= +fi + dnl This is a disgusting hack so we safely include recent libevent headers. AC_CHECK_TYPE(u_int64_t, unsigned long long) AC_CHECK_TYPE(u_int32_t, unsigned long)