From be410be660305328787559a18b8c9b69790dbfe8 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 17 Oct 2006 14:34:42 +0000 Subject: Pth tweaks and improved estream.c --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index 503ddc0ee..2636c0888 100755 --- a/autogen.sh +++ b/autogen.sh @@ -57,7 +57,7 @@ if test "$1" = "--build-w32"; then # Locate the cross compiler crossbindir= - for host in i586-mingw32msvc i386-mingw32msvc; do + for host in i586-mingw32msvc i386-mingw32msvc mingw32; do if ${host}-gcc --version >/dev/null 2>&1 ; then crossbindir=/usr/${host}/bin conf_CC="CC=${host}-gcc" -- cgit v1.2.3