changeset 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 0fbbaa1f9ed6
children 57b017e6aebf
files configure.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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