# HG changeset patch # User Sam Lantinga # Date 1278358888 25200 # Node ID 890fe3b8589041571a92b654a67f90bdc29b66a5 # Parent 883a2f2ff43f89a539736ab143e364468729bb7d Make sure SDL gets installed to the correct prefix for the new cross-compiler tools. diff -r 883a2f2ff43f -r 890fe3b85890 configure.in --- a/configure.in Mon Jul 05 12:32:44 2010 -0700 +++ b/configure.in Mon Jul 05 12:41:28 2010 -0700 @@ -2420,7 +2420,7 @@ ARCH=win32 if test "$build" != "$host"; then # cross-compiling # Default cross-compile location - ac_default_prefix=/usr/local/cross-tools/i386-mingw32 + ac_default_prefix=/usr/local/cross-tools/$host else # Look for the location of the tools and install there if test "$BUILD_PREFIX" != ""; then