X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/a28352a03ce559fb05d88d3f28228ab19e9b54d5..286b9d5fa4344de72fe6575fa089237fd7dbb56f:/test/configure.ac diff --git a/test/configure.ac b/test/configure.ac index 31a809971..858b8e30f 100644 --- a/test/configure.ac +++ b/test/configure.ac @@ -15,8 +15,10 @@ AC_PROG_CC dnl Checks for header files. +AC_CHECK_HEADERS(sys/socket.h) AC_CHECK_HEADERS(openssl/crypto.h,[CLIENT_SSL=bin/client-ssl]) AC_CHECK_HEADERS(gnutls/gnutls.h,[CLIENT_GNUTLS=bin/client-gnutls]) +AC_CHECK_HEADERS(gnutls/gnutls.h,[B64_GNUTLS=bin/ed25519_privkey_pem_to_pubkey_raw_b64]) dnl The check on dynamically loaded modules requires the building of dnl something to load. This seems to be something that varies between @@ -60,6 +62,7 @@ dnl "Export" these variables AC_SUBST(BIND_8_COMPAT) AC_SUBST(CLIENT_SSL) AC_SUBST(CLIENT_GNUTLS) +AC_SUBST(B64_GNUTLS) AC_SUBST(LOADED) AC_SUBST(LOADED_OPT) AC_SUBST(LIBS)