diff options
author | Werner Koch <wk@gnupg.org> | 2010-03-15 14:08:51 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2010-03-15 14:08:51 +0100 |
commit | 0f4eefb09464828ce07ad5b8763423e0d1d68e61 (patch) | |
tree | 6d6abf59aeb2a54546fbf7018aa9affd8905bd56 /autogen.sh | |
parent | Finished the bulk of changes to use estream in most places instead of (diff) | |
download | gnupg2-0f4eefb09464828ce07ad5b8763423e0d1d68e61.tar.xz gnupg2-0f4eefb09464828ce07ad5b8763423e0d1d68e61.zip |
Builds again for W32.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 3 |
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 |