Skip to content

Commit

Permalink
Update default cross-compile install prefix for the latest mingw tool…
Browse files Browse the repository at this point in the history
…chain
  • Loading branch information
slouken committed Jul 13, 2007
1 parent 4786329 commit 29678fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -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
Expand Down

0 comments on commit 29678fd

Please sign in to comment.