Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Better windres detection
- Loading branch information
Showing
with
6 additions
and
1 deletion.
-
+6
−1
configure.in
|
@@ -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 |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.