Commit 0cbf1928 authored by Ryan C. Gordon's avatar Ryan C. Gordon

Fixed Win64 builds with MingW.

parent ad214ecb
This diff is collapsed.
...@@ -56,12 +56,7 @@ AC_PROG_CC ...@@ -56,12 +56,7 @@ AC_PROG_CC
AC_PROG_CXX AC_PROG_CXX
AC_PROG_INSTALL AC_PROG_INSTALL
AC_PROG_MAKE_SET AC_PROG_MAKE_SET
if test -z "$host_alias"; then AC_CHECK_TOOL(WINDRES, [windres], [:])
hostaliaswindres=
else
hostaliaswindres="$host_alias-windres"
fi
AC_CHECK_PROGS(WINDRES, [windres $hostaliaswindres $host_os-windres])
dnl Set up the compiler and linker flags dnl Set up the compiler and linker flags
INCLUDE="-I$srcdir/include" INCLUDE="-I$srcdir/include"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment