Files
vcpkg/ports/libxdmcp/configure.ac.patch
Vitalii Koshura 32b08c3c75 [libxdmcp] update to 1.1.5 (#49404)
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2026-01-14 00:20:01 -08:00

22 lines
684 B
Diff

diff --git a/configure.ac b/configure.ac
index 61df441..3fc6d53 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,7 +26,6 @@ AC_INIT([libXdmcp], [1.1.5],
[https://gitlab.freedesktop.org/xorg/lib/libxdmcp/-/issues], [libXdmcp])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([config.h])
-AC_CONFIG_MACRO_DIRS([m4])
# Set common system defines for POSIX extensions, such as _GNU_SOURCE
# Must be called before any macros that run the compiler (like LT_INIT)
@@ -60,7 +59,7 @@ AC_CHECK_HEADERS([sys/random.h])
AC_SEARCH_LIBS([recvfrom],[socket])
case $host_os in
- *mingw*)
+ *mingw* | *msys* )
AC_CHECK_LIB([ws2_32],[main])
;;
*)