guile-devel
[Top][All Lists]
Advanced

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

configure.ac needs a change for MinGW


From: Eli Zaretskii
Subject: configure.ac needs a change for MinGW
Date: Fri, 15 Jul 2016 22:10:15 +0300

win32-uname.[ch] were renamed in Guile 2.0.12, but configure.ac still
references them:

  case $host in
    *-*-mingw*)
      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])  <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

This causes a fatal error during the build with MinGW.



reply via email to

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