comparison configure.in @ 4661:03dcb795c583

Merged changes from the main SDL codebase
author Sam Lantinga <slouken@libsdl.org>
date Mon, 12 Jul 2010 21:09:23 -0700
parents 890fe3b85890
children e1664f94f026 62e6a6e9720b
comparison
equal deleted inserted replaced
4660:b15e7017409b 4661:03dcb795c583
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