summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2006-10-17 16:34:42 +0200
committerWerner Koch <wk@gnupg.org>2006-10-17 16:34:42 +0200
commitbe410be660305328787559a18b8c9b69790dbfe8 (patch)
tree32a7dd94b21d1973c1ceedc3d71e13df34f0c83b /autogen.sh
parentFixed aegypten bug 372 (diff)
downloadgnupg2-be410be660305328787559a18b8c9b69790dbfe8.tar.xz
gnupg2-be410be660305328787559a18b8c9b69790dbfe8.zip
Pth tweaks and improved estream.c
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
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"