Fixed Win64 builds with MingW.
This commit is contained in:
parent
ad214ecb4b
commit
0cbf1928f9
2 changed files with 361 additions and 298 deletions
|
@ -56,12 +56,7 @@ AC_PROG_CC
|
|||
AC_PROG_CXX
|
||||
AC_PROG_INSTALL
|
||||
AC_PROG_MAKE_SET
|
||||
if test -z "$host_alias"; then
|
||||
hostaliaswindres=
|
||||
else
|
||||
hostaliaswindres="$host_alias-windres"
|
||||
fi
|
||||
AC_CHECK_PROGS(WINDRES, [windres $hostaliaswindres $host_os-windres])
|
||||
AC_CHECK_TOOL(WINDRES, [windres], [:])
|
||||
|
||||
dnl Set up the compiler and linker flags
|
||||
INCLUDE="-I$srcdir/include"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue