summaryrefslogtreecommitdiff
path: root/test/configure
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2018-03-24 15:19:27 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2018-03-25 13:40:17 +0100
commit2a9d222af6d22606b62557b74e41b6e0e583edf8 (patch)
tree82af666312f569673e8f47d540622e397e10c4d3 /test/configure
parentb8444b382f1b4fa31bf975295ade3a29d616ed9e (diff)
DKIM: move ed25519_privkey_pem_to_pubkey_raw_b64 to src/util/ and add usage notes to docs
Diffstat (limited to 'test/configure')
-rwxr-xr-xtest/configure12
1 files changed, 0 insertions, 12 deletions
diff --git a/test/configure b/test/configure
index 78f734198..f01a14d74 100755
--- a/test/configure
+++ b/test/configure
@@ -623,7 +623,6 @@ ac_subst_vars='LTLIBOBJS
LIBOBJS
LOADED_OPT
LOADED
-B64_GNUTLS
CLIENT_GNUTLS
CLIENT_SSL
BIND_8_COMPAT
@@ -3243,17 +3242,6 @@ fi
done
-for ac_header in gnutls/gnutls.h
-do :
- ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
-if test "x$ac_cv_header_gnutls_gnutls_h" = xyes; then :
- cat >>confdefs.h <<_ACEOF
-#define HAVE_GNUTLS_GNUTLS_H 1
-_ACEOF
- B64_GNUTLS=bin/ed25519_privkey_pem_to_pubkey_raw_b64
-fi
-
-done