diff options
author | Werner Koch <wk@gnupg.org> | 2014-11-07 18:17:52 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2014-11-07 18:17:52 +0100 |
commit | f7e1be24c8fcf588d4e48aa53a85b22bd035e3b0 (patch) | |
tree | bd5894c76814b9e9c32ab54702cf2ee6c85fc2a3 /common/dns-cert.c | |
parent | doc: Add announce text for 2.1 (diff) | |
download | gnupg2-f7e1be24c8fcf588d4e48aa53a85b22bd035e3b0.tar.xz gnupg2-f7e1be24c8fcf588d4e48aa53a85b22bd035e3b0.zip |
build: Improve test for ADNS
* configure.ac <adns>: Use adns_free as probe function for libadns.
(HAVE_ADNS_FREE): Remove bogus tests to set this and remove the macro.
(ADNSLIBS): Do not ac_subst - it is only used within configure.
--
adns_free is required on Windows anyway (for robustness reasons) and
it has been around for so long now that we do not need a separate
test. An upstream adns 1.5 has meanwhile been release but I doubt that
this has the required Windows code - and it is not libtool based
anyway.
Diffstat (limited to 'common/dns-cert.c')
-rw-r--r-- | common/dns-cert.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/common/dns-cert.c b/common/dns-cert.c index 179bb1524..4e297bf92 100644 --- a/common/dns-cert.c +++ b/common/dns-cert.c @@ -44,9 +44,6 @@ #endif #ifdef USE_ADNS # include <adns.h> -# ifndef HAVE_ADNS_FREE -# define adns_free free -# endif #endif #include "util.h" |