From f7e1be24c8fcf588d4e48aa53a85b22bd035e3b0 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 7 Nov 2014 18:17:52 +0100 Subject: build: Improve test for ADNS * configure.ac : 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. --- common/pka.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'common/pka.c') diff --git a/common/pka.c b/common/pka.c index 3c45e8bbf..d47216298 100644 --- a/common/pka.c +++ b/common/pka.c @@ -48,9 +48,6 @@ #endif /* USE_DNS_PKA */ #ifdef USE_ADNS # include -# ifndef HAVE_ADNS_FREE -# define adns_free free -# endif #endif #include "util.h" -- cgit v1.2.3