diff options
author | Werner Koch <wk@gnupg.org> | 2008-05-27 14:03:50 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2008-05-27 14:03:50 +0200 |
commit | 138bf2dc1552fe8b8a1da6edcbd9fdcb747a73b9 (patch) | |
tree | 2dd4b1c251b4802660287496b4fd688bb4d7e0c5 /autogen.sh | |
parent | Minor bug fixes and document new gpg-connect-feature. (diff) | |
download | gnupg2-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-x | autogen.sh | 2 |
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 |