]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
svn:r9728
authorNick Mathewson <nickm@torproject.org>
Sun, 4 Mar 2007 19:49:02 +0000 (19:49 +0000)
committerNick Mathewson <nickm@torproject.org>
Sun, 4 Mar 2007 19:49:02 +0000 (19:49 +0000)
configure.in

index e1052023c13b6f70b25ee1f236aac9aaa5092c70..8f179af52229b81a77d54bcf152212a756f25e86 100644 (file)
@@ -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)