branch | SDL-1.2 |
changeset 4080 | e1098effe318 |
parent 4078 | 5e6f2972f963 |
child 4087 | 4867f7f7dd34 |
--- a/configure.in Mon Jul 16 05:08:20 2007 +0000 +++ b/configure.in Wed Jul 18 04:04:24 2007 +0000 @@ -96,7 +96,12 @@ AC_PROG_CXX AC_PROG_INSTALL AC_PROG_MAKE_SET -AC_CHECK_PROGS(WINDRES, windres i386-mingw32-windres) +if test -z "$host_alias"; then + hostaliaswindres= +else + hostaliaswindres="$host_alias-windres" +fi +AC_CHECK_PROGS(WINDRES, [windres $hostaliaswindres $host_os-windres]) dnl Check for compiler characteristics AC_C_CONST