Mercurial > sdl-ios-xcode
comparison configure.in @ 4058:eede31c0ca20 SDL-1.2
Update default cross-compile install prefix for the latest mingw toolchain
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 13 Jul 2007 03:57:40 +0000 |
parents | 48465c97d4bc |
children | 5e6f2972f963 |
comparison
equal
deleted
inserted
replaced
4057:0fbbaa1f9ed6 | 4058:eede31c0ca20 |
---|---|
2371 ;; | 2371 ;; |
2372 *-*-cygwin* | *-*-mingw32*) | 2372 *-*-cygwin* | *-*-mingw32*) |
2373 ARCH=win32 | 2373 ARCH=win32 |
2374 if test "$build" != "$host"; then # cross-compiling | 2374 if test "$build" != "$host"; then # cross-compiling |
2375 # Default cross-compile location | 2375 # Default cross-compile location |
2376 ac_default_prefix=/usr/local/cross-tools/i386-mingw32msvc | 2376 ac_default_prefix=/usr/local/cross-tools/i386-mingw32 |
2377 else | 2377 else |
2378 # Look for the location of the tools and install there | 2378 # Look for the location of the tools and install there |
2379 if test "$BUILD_PREFIX" != ""; then | 2379 if test "$BUILD_PREFIX" != ""; then |
2380 ac_default_prefix=$BUILD_PREFIX | 2380 ac_default_prefix=$BUILD_PREFIX |
2381 fi | 2381 fi |