aboutsummaryrefslogtreecommitdiff
path: root/X11/xtrans/xtrans.m4
diff options
context:
space:
mode:
Diffstat (limited to 'X11/xtrans/xtrans.m4')
-rw-r--r--X11/xtrans/xtrans.m44
1 files changed, 3 insertions, 1 deletions
diff --git a/X11/xtrans/xtrans.m4 b/X11/xtrans/xtrans.m4
index f6bc2ea1e..b58081ca9 100644
--- a/X11/xtrans/xtrans.m4
+++ b/X11/xtrans/xtrans.m4
@@ -32,7 +32,9 @@ 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])
+ if test "$ac_cv_search_socket$ac_cv_search_gethostbyname" = "nono"; then
+ AC_HAVE_LIBRARY([ws2_32])
+ fi
# Needs to come after above checks for libsocket & libnsl for SVR4 systems
AC_ARG_ENABLE(ipv6,