aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-03-04 19:49:02 +0000
committerNick Mathewson <nickm@torproject.org>2007-03-04 19:49:02 +0000
commited21e3c022feb746db7a198a57c6ac650bea0539 (patch)
treea474034755792dfde8dcb2110054205b9b48eff2 /configure.in
parent7c671512b81d68b7adc9873a81ed825fb429fc5b (diff)
downloadtor-ed21e3c022feb746db7a198a57c6ac650bea0539.tar
tor-ed21e3c022feb746db7a198a57c6ac650bea0539.tar.gz
svn:r9728
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index e1052023c..8f179af52 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)