guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 14/27: Fix MinGW build error


From: Andy Wingo
Subject: [Guile-commits] 14/27: Fix MinGW build error
Date: Mon, 25 Jul 2016 09:53:46 +0000 (UTC)

wingo pushed a commit to branch master
in repository guile.

commit a58bfb4ada9e6b8197232affaed6e2a37f576b45
Author: Andy Wingo <address@hidden>
Date:   Sat Jul 16 10:35:21 2016 +0200

    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 7bddae7..c2c7f52 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 <winsock2.h> 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,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]