mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 11:50:28 +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
ea223b07c2
commit
a58bfb4ada
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,
|
AC_CHECK_HEADER(winsock2.h, [AC_DEFINE([HAVE_WINSOCK2_H], 1,
|
||||||
[Define if you have the <winsock2.h> header file.])])
|
[Define if you have the <winsock2.h> header file.])])
|
||||||
AC_CHECK_LIB(ws2_32, main)
|
AC_CHECK_LIB(ws2_32, main)
|
||||||
AC_LIBOBJ([win32-uname])
|
AC_LIBOBJ([posix-w32])
|
||||||
if test "$enable_shared" = yes ; then
|
if test "$enable_shared" = yes ; then
|
||||||
EXTRA_DEFS="-DSCM_IMPORT"
|
EXTRA_DEFS="-DSCM_IMPORT"
|
||||||
AC_DEFINE([USE_DLL_IMPORT], 1,
|
AC_DEFINE([USE_DLL_IMPORT], 1,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue