diff options
Diffstat (limited to 'm4/dnsdist_enable_doh.m4')
-rw-r--r-- | m4/dnsdist_enable_doh.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/dnsdist_enable_doh.m4 b/m4/dnsdist_enable_doh.m4 index 876a218..baf9118 100644 --- a/m4/dnsdist_enable_doh.m4 +++ b/m4/dnsdist_enable_doh.m4 @@ -1,7 +1,7 @@ AC_DEFUN([DNSDIST_ENABLE_DNS_OVER_HTTPS], [ AC_MSG_CHECKING([whether to enable incoming DNS over HTTPS (DoH) support]) AC_ARG_ENABLE([dns-over-https], - AS_HELP_STRING([--enable-dns-over-https], [enable incoming DNS over HTTPS (DoH) support (requires libh2o) @<:@default=no@:>@]), + AS_HELP_STRING([--enable-dns-over-https], [enable incoming DNS over HTTPS (DoH) support (requires libh2o or nghttp2) @<:@default=no@:>@]), [enable_dns_over_https=$enableval], [enable_dns_over_https=no] ) |