# HG changeset patch # User Sam Lantinga # Date 1184299060 0 # Node ID eede31c0ca2021a61455bf5769eeffee4eabea14 # Parent 0fbbaa1f9ed6de184596cd949ad91984d53b201f Update default cross-compile install prefix for the latest mingw toolchain diff -r 0fbbaa1f9ed6 -r eede31c0ca20 configure.in --- a/configure.in Thu Jul 12 19:00:08 2007 +0000 +++ b/configure.in Fri Jul 13 03:57:40 2007 +0000 @@ -2373,7 +2373,7 @@ ARCH=win32 if test "$build" != "$host"; then # cross-compiling # Default cross-compile location - ac_default_prefix=/usr/local/cross-tools/i386-mingw32msvc + ac_default_prefix=/usr/local/cross-tools/i386-mingw32 else # Look for the location of the tools and install there if test "$BUILD_PREFIX" != ""; then