aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libxdmcp/configure.ac.patch
blob: 8a8f474c8ca992c03d6c743c553feb41c79c1031 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/configure.ac b/configure.ac
index 7aedf3424..43ab8dbaf 100644
--- a/configure.ac	
+++ b/configure.ac
@@ -56,7 +56,7 @@ AC_PROG_LN_S
 AC_SEARCH_LIBS([recvfrom],[socket])
 
 case $host_os in
-     *mingw*)
+     *mingw* | *msys* )
         AC_CHECK_LIB([ws2_32],[main])
         ;;
      *)