Fixed Win64 builds with MingW.

This commit is contained in:
Ryan C. Gordon 2011-09-11 03:35:46 -04:00
parent ad214ecb4b
commit 0cbf1928f9
2 changed files with 361 additions and 298 deletions

652
configure vendored

File diff suppressed because it is too large Load diff

View file

@ -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"