Explorar o código

r12609@catbus: nickm | 2007-04-30 22:11:59 -0400
Add wsock32 to libraries used for linking on windows.


svn:r10081

Nick Mathewson %!s(int64=18) %!d(string=hai) anos
pai
achega
d5a23f38df
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      configure.in

+ 1 - 1
configure.in

@@ -163,7 +163,7 @@ dnl ------------------------------------------------------
 dnl Where do you live, libevent?  And how do we call you?
 
 if test $bwin32 = true; then
-  TOR_LIB_WS32=-lws2_32
+  TOR_LIB_WS32=-lws2_32 -lwsock32
   TOR_LIB_GDI=-lgdi32
 else
   TOR_LIB_WS32=