comparison configure.in @ 4476:890fe3b85890

Make sure SDL gets installed to the correct prefix for the new cross-compiler tools.
author Sam Lantinga <slouken@libsdl.org>
date Mon, 05 Jul 2010 12:41:28 -0700
parents be387681d876
children e1664f94f026 62e6a6e9720b
comparison
equal deleted inserted replaced
4475:883a2f2ff43f 4476:890fe3b85890
2418 ;; 2418 ;;
2419 *-*-cygwin* | *-*-mingw32*) 2419 *-*-cygwin* | *-*-mingw32*)
2420 ARCH=win32 2420 ARCH=win32
2421 if test "$build" != "$host"; then # cross-compiling 2421 if test "$build" != "$host"; then # cross-compiling
2422 # Default cross-compile location 2422 # Default cross-compile location
2423 ac_default_prefix=/usr/local/cross-tools/i386-mingw32 2423 ac_default_prefix=/usr/local/cross-tools/$host
2424 else 2424 else
2425 # Look for the location of the tools and install there 2425 # Look for the location of the tools and install there
2426 if test "$BUILD_PREFIX" != ""; then 2426 if test "$BUILD_PREFIX" != ""; then
2427 ac_default_prefix=$BUILD_PREFIX 2427 ac_default_prefix=$BUILD_PREFIX
2428 fi 2428 fi