summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2010-03-15 14:08:51 +0100
committerWerner Koch <wk@gnupg.org>2010-03-15 14:08:51 +0100
commit0f4eefb09464828ce07ad5b8763423e0d1d68e61 (patch)
tree6d6abf59aeb2a54546fbf7018aa9affd8905bd56 /autogen.sh
parentFinished the bulk of changes to use estream in most places instead of (diff)
downloadgnupg2-0f4eefb09464828ce07ad5b8763423e0d1d68e61.tar.xz
gnupg2-0f4eefb09464828ce07ad5b8763423e0d1d68e61.zip
Builds again for W32.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 2edbababb..f7bab4a25 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -123,7 +123,8 @@ if [ "$myhost" = "w32" ]; then
--with-zlib=${w32root} \
--with-regex=${w32root} \
--with-pth-prefix=${w32root} \
- --with-adns=${w32root} "$@"
+ --with-adns=${w32root} \
+ --disable-g13 "$@"
rc=$?
exit $rc
fi