summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2008-05-27 14:03:50 +0200
committerWerner Koch <wk@gnupg.org>2008-05-27 14:03:50 +0200
commit138bf2dc1552fe8b8a1da6edcbd9fdcb747a73b9 (patch)
tree2dd4b1c251b4802660287496b4fd688bb4d7e0c5 /autogen.sh
parentMinor bug fixes and document new gpg-connect-feature. (diff)
downloadgnupg2-138bf2dc1552fe8b8a1da6edcbd9fdcb747a73b9.tar.xz
gnupg2-138bf2dc1552fe8b8a1da6edcbd9fdcb747a73b9.zip
Fixed segv in gpg-agent (command marktrusted).
Replaced almost all free by xfree. Translation fixes.
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 bc60782de..7548603e5 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -93,7 +93,7 @@ if test "$1" = "--build-w32"; then
--with-zlib=${w32root} \
--with-regex=${w32root} \
--with-pth-prefix=${w32root} \
- --with-adns=${w32root}
+ --with-adns=${w32root} \
--without-included-gettext "$@"
rc=$?
exit $rc