Better windres detection
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402554
This commit is contained in:
parent
eba7e38433
commit
98ce0f8871
1 changed files with 6 additions and 1 deletions
|
@ -96,7 +96,12 @@ AC_PROG_CC
|
|||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue