comparison configure.in @ 2206:ca7d2227d630

Better windres detection
author Sam Lantinga <slouken@libsdl.org>
date Wed, 18 Jul 2007 04:05:40 +0000
parents 9f64d06fa168
children 93ea84f77d83
comparison
equal deleted inserted replaced
2205:a64c891037fd 2206:ca7d2227d630
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