]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: display if DNS over HTTP/3 is enabled or not in the configure report 13610/head
authorCharles-Henri Bruyand <charles-henri.bruyand@open-xchange.com>
Wed, 13 Dec 2023 08:27:34 +0000 (09:27 +0100)
committerCharles-Henri Bruyand <charles-henri.bruyand@open-xchange.com>
Wed, 13 Dec 2023 08:27:34 +0000 (09:27 +0100)
pdns/dnsdistdist/configure.ac

index 9b3055c496ef0dc4f0863f7d9c6d40457aa8af84..bace20d8bf0b69fe503f35cfe47d901562f320d3 100644 (file)
@@ -255,6 +255,10 @@ AS_IF([test "x$enable_dns_over_quic" != "xno"],
   [AC_MSG_NOTICE([DNS over QUIC (DoQ): yes])],
   [AC_MSG_NOTICE([DNS over QUIC (DoQ): no])]
 )
+AS_IF([test "x$enable_dns_over_http3" != "xno"],
+  [AC_MSG_NOTICE([DNS over HTTP/3 (DoH3): yes])],
+  [AC_MSG_NOTICE([DNS over HTTP/3 (DoH3): no])]
+)
 AS_IF([test "x$enable_dns_over_tls" != "xno"], [
   AS_IF([test "x$GNUTLS_LIBS" != "x"],
     [AC_MSG_NOTICE([GnuTLS: yes])],