diff options
author | Werner Koch <wk@gnupg.org> | 2008-05-06 16:03:36 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2008-05-06 16:03:36 +0200 |
commit | 4254e90426a97afaed1af3f4caa01cc2f4021fb6 (patch) | |
tree | 82e0123ba381605484c332038504dae8e967b2e7 /autogen.sh | |
parent | add gpg-zip man page. (diff) | |
download | gnupg2-4254e90426a97afaed1af3f4caa01cc2f4021fb6.tar.xz gnupg2-4254e90426a97afaed1af3f4caa01cc2f4021fb6.zip |
Fixed bug#907.
Fixed a segv in keybox and made it more robust.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh index 5aa6b89b6..bc60782de 100755 --- a/autogen.sh +++ b/autogen.sh @@ -93,6 +93,7 @@ if test "$1" = "--build-w32"; then --with-zlib=${w32root} \ --with-regex=${w32root} \ --with-pth-prefix=${w32root} \ + --with-adns=${w32root} --without-included-gettext "$@" rc=$? exit $rc |