From c626a4298e98f4988701dd587bc8355c62542ec4 Mon Sep 17 00:00:00 2001 From: Alan Hourihane Date: Wed, 15 Oct 2008 11:19:41 +0100 Subject: add winsock check for windows builds --- xtrans.m4 | 1 + 1 file changed, 1 insertion(+) (limited to 'xtrans.m4') diff --git a/xtrans.m4 b/xtrans.m4 index 31d456b..c4701d4 100644 --- a/xtrans.m4 +++ b/xtrans.m4 @@ -32,6 +32,7 @@ AC_DEFUN([XTRANS_TCP_FLAGS],[ # SVR4 hides these in libraries other than libc AC_SEARCH_LIBS(socket, [socket]) AC_SEARCH_LIBS(gethostbyname, [nsl]) + AC_HAVE_LIBRARY([ws2_32]) # Needs to come after above checks for libsocket & libnsl for SVR4 systems AC_ARG_ENABLE(ipv6, -- cgit v1.2.3