diff configure.in @ 4746:0c39b36dd104

Merge
author dewyatt
date Tue, 06 Jul 2010 02:07:42 -0400
parents 890fe3b85890
children e1664f94f026 62e6a6e9720b
line wrap: on
line diff
--- a/configure.in	Tue Jul 06 02:06:17 2010 -0400
+++ b/configure.in	Tue Jul 06 02:07:42 2010 -0400
@@ -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