From a58bfb4ada9e6b8197232affaed6e2a37f576b45 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Sat, 16 Jul 2016 10:35:21 +0200 Subject: [PATCH] Fix MinGW build error * configure.ac: Fix for recent rename of win32-uname.c to posix-w32.c. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 7bddae766..c2c7f52ad 100644 --- a/configure.ac +++ b/configure.ac @@ -715,7 +715,7 @@ case $host in AC_CHECK_HEADER(winsock2.h, [AC_DEFINE([HAVE_WINSOCK2_H], 1, [Define if you have the header file.])]) AC_CHECK_LIB(ws2_32, main) - AC_LIBOBJ([win32-uname]) + AC_LIBOBJ([posix-w32]) if test "$enable_shared" = yes ; then EXTRA_DEFS="-DSCM_IMPORT" AC_DEFINE([USE_DLL_IMPORT], 1,