summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2008-05-06 16:03:36 +0200
committerWerner Koch <wk@gnupg.org>2008-05-06 16:03:36 +0200
commit4254e90426a97afaed1af3f4caa01cc2f4021fb6 (patch)
tree82e0123ba381605484c332038504dae8e967b2e7 /autogen.sh
parentadd gpg-zip man page. (diff)
downloadgnupg2-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-xautogen.sh1
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