Mercurial > sdl-ios-xcode
comparison configure.in @ 4080:e1098effe318 SDL-1.2
Better windres detection
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 18 Jul 2007 04:04:24 +0000 |
parents | 5e6f2972f963 |
children | 4867f7f7dd34 |
comparison
equal
deleted
inserted
replaced
4079:fda6e33893b7 | 4080:e1098effe318 |
---|---|
94 AC_PROG_LIBTOOL | 94 AC_PROG_LIBTOOL |
95 AC_PROG_CC | 95 AC_PROG_CC |
96 AC_PROG_CXX | 96 AC_PROG_CXX |
97 AC_PROG_INSTALL | 97 AC_PROG_INSTALL |
98 AC_PROG_MAKE_SET | 98 AC_PROG_MAKE_SET |
99 AC_CHECK_PROGS(WINDRES, windres i386-mingw32-windres) | 99 if test -z "$host_alias"; then |
100 hostaliaswindres= | |
101 else | |
102 hostaliaswindres="$host_alias-windres" | |
103 fi | |
104 AC_CHECK_PROGS(WINDRES, [windres $hostaliaswindres $host_os-windres]) | |
100 | 105 |
101 dnl Check for compiler characteristics | 106 dnl Check for compiler characteristics |
102 AC_C_CONST | 107 AC_C_CONST |
103 AC_C_INLINE | 108 AC_C_INLINE |
104 AC_C_VOLATILE | 109 AC_C_VOLATILE |