guile-devel
[Top][All Lists]
Advanced

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

Re: configure.ac needs a change for MinGW


From: Andy Wingo
Subject: Re: configure.ac needs a change for MinGW
Date: Sat, 16 Jul 2016 10:37:40 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

On Fri 15 Jul 2016 21:10, Eli Zaretskii <address@hidden> writes:

> 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.

Fixed, thanks.

If you don't mind, it's sufficient to just mail guile-devel; please
leave me out of the "To" field for new threads.  Cheers :)

Andy



reply via email to

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