summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2014-01-06 16:16:24 +0100
committerWerner Koch <wk@gnupg.org>2014-01-06 16:34:27 +0100
commite78abe490ff6806f8083b23075ae036e5894513a (patch)
treee986b979ad90d1c33da3d99004b23496b259121f /autogen.sh
parent46b6d97b4a396c16df53e82872c3cc772d427623 (diff)
downloadlibassuan-e78abe490ff6806f8083b23075ae036e5894513a.tar.gz
Update libtool and autogen.sh.
-- This is the version from current libgpg-error which already has the changes done here plus these: bf0d67db * Update libtool to support Android. dd05f379 * Fix libtool 2.4.2 to correctly detect .def files. 6971fe55 * Update to libtool 2.4.2.
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 4e0987f..3e12b86 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -109,7 +109,7 @@ if [ "$myhost" = "w32" ]; then
;;
*)
[ -z "$w32root" ] && w32root="$HOME/w32root"
- toolprefixes="$w32_toolprefixes i586-mingw32msvc"
+ toolprefixes="$w32_toolprefixes i686-w64-mingw32 i586-mingw32msvc"
toolprefixes="$toolprefixes i386-mingw32msvc mingw32"
;;
esac