From: Remi Gacogne Date: Mon, 15 Jan 2018 08:42:34 +0000 (+0100) Subject: dnsdist: Remove mention of s2n in the configure, add GnuTLS instead X-Git-Tag: dnsdist-1.3.0~146^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=661f03e8841eff10b7e5e75538e62fcca0d63057;p=thirdparty%2Fpdns.git dnsdist: Remove mention of s2n in the configure, add GnuTLS instead --- diff --git a/pdns/dnsdistdist/m4/dnsdist_enable_tls.m4 b/pdns/dnsdistdist/m4/dnsdist_enable_tls.m4 index ca6645c5da..0a9539faff 100644 --- a/pdns/dnsdistdist/m4/dnsdist_enable_tls.m4 +++ b/pdns/dnsdistdist/m4/dnsdist_enable_tls.m4 @@ -1,7 +1,7 @@ AC_DEFUN([DNSDIST_ENABLE_DNS_OVER_TLS], [ AC_MSG_CHECKING([whether to enable DNS over TLS support]) AC_ARG_ENABLE([dns-over-tls], - AS_HELP_STRING([--enable-dns-over-tls], [enable DNS over TLS support (require OpenSSL or s2n) @<:@default=no@:>@]), + AS_HELP_STRING([--enable-dns-over-tls], [enable DNS over TLS support (requires GnuTLS or OpenSSL) @<:@default=no@:>@]), [enable_dns_over_tls=$enableval], [enable_dns_over_tls=no] )