From 29678fd1748c384d273db7390d5eea784eb5634b Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Fri, 13 Jul 2007 03:57:40 +0000 Subject: [PATCH] Update default cross-compile install prefix for the latest mingw toolchain --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index ec4091045..5bffd518f 100644 --- a/configure.in +++ b/configure.in @@ -2373,7 +2373,7 @@ case "$host" in 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