summaryrefslogtreecommitdiffstats
path: root/autogen.rc
diff options
context:
space:
mode:
authorJustus Winter <justus@g10code.com>2016-12-08 12:51:52 +0100
committerWerner Koch <wk@gnupg.org>2016-12-14 15:52:01 +0100
commit2e734a3ce159de8fb60df2bd5d454f98ca710717 (patch)
treed154f1df5f50de0d6f836f74d9644771fa6268a8 /autogen.rc
parentdirmngr: Improve ntbtls support. (diff)
downloadgnupg2-2e734a3ce159de8fb60df2bd5d454f98ca710717.tar.xz
gnupg2-2e734a3ce159de8fb60df2bd5d454f98ca710717.zip
dirmngr,build: Remove support for ADNS.
* autogen.rc: Remove '--with-adns' argument. * configure.ac: Remove check for ADNS. * dirmngr/dns-stuff.c: Remove all code that uses ADNS. * dirmngr/server.c (cmd_getinfo): Update status line. * doc/dirmngr.texi: Do not mention ADNS. -- We used ADNS to support queries over Tor. However, our patch to ADNS that adds Tor support was never accepted upstream. Furthermore, there are other shortcomings that let us to consider alternatives. Signed-off-by: Justus Winter <justus@g10code.com>
Diffstat (limited to 'autogen.rc')
-rw-r--r--autogen.rc1
1 files changed, 0 insertions, 1 deletions
diff --git a/autogen.rc b/autogen.rc
index 8cb7eedcb..36948178f 100644
--- a/autogen.rc
+++ b/autogen.rc
@@ -22,7 +22,6 @@ case "$myhost" in
--with-zlib=@SYSROOT@
--with-regex=@SYSROOT@
--with-npth-prefix=@SYSROOT@
- --with-adns=@SYSROOT@
--disable-g13
"
;;