diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-05-01 02:15:11 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-05-01 02:15:11 +0000 |
commit | d5a23f38df7d7ebda0995a04e449a8e0a6173518 (patch) | |
tree | 4533ce252ba5318b63a23dca18738db51b43531c /configure.in | |
parent | fa39336e65fdc24507976ff490fd366ebefc9c46 (diff) | |
download | tor-d5a23f38df7d7ebda0995a04e449a8e0a6173518.tar.gz tor-d5a23f38df7d7ebda0995a04e449a8e0a6173518.zip |
r12609@catbus: nickm | 2007-04-30 22:11:59 -0400
Add wsock32 to libraries used for linking on windows.
svn:r10081
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index da7015dc73..79df58d8cc 100644 --- a/configure.in +++ b/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= |