mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 04:19:08 +08:00
14 lines
302 B
Diff
14 lines
302 B
Diff
|
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])
|
||
|
;;
|
||
|
*)
|