[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r10081: Add wsock32 to libraries used for linking on windows. (tor/trunk)



Author: nickm
Date: 2007-04-30 22:15:11 -0400 (Mon, 30 Apr 2007)
New Revision: 10081

Modified:
   tor/trunk/
   tor/trunk/configure.in
Log:
 r12609@catbus:  nickm | 2007-04-30 22:11:59 -0400
 Add wsock32 to libraries used for linking on windows.



Property changes on: tor/trunk
___________________________________________________________________
 svk:merge ticket from /tor/trunk [r12609] on 8246c3cf-6607-4228-993b-4d95d33730f1

Modified: tor/trunk/configure.in
===================================================================
--- tor/trunk/configure.in	2007-05-01 01:36:32 UTC (rev 10080)
+++ tor/trunk/configure.in	2007-05-01 02:15:11 UTC (rev 10081)
@@ -163,7 +163,7 @@
 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=