mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 20:00:19 +02:00
Fix MinGW build error
* configure.ac: Fix for recent rename of win32-uname.c to posix-w32.c.
This commit is contained in:
parent
c1eb929258
commit
08d368012b
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue