diff options
author | Alan Hourihane <alanh@tungstengraphics.com> | 2008-10-15 11:19:41 +0100 |
---|---|---|
committer | Alan Hourihane <alanh@tungstengraphics.com> | 2008-10-15 11:19:41 +0100 |
commit | c626a4298e98f4988701dd587bc8355c62542ec4 (patch) | |
tree | c6ddf5733518b02dbb589284a65c0a18ef447750 /xtrans.m4 | |
parent | 005bd80a9eab736aea737869b8a1079c565e1cd6 (diff) |
add winsock check for windows builds
Diffstat (limited to 'xtrans.m4')
-rw-r--r-- | xtrans.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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, |