From: Mark Andrews Date: Tue, 24 Aug 2021 04:00:06 +0000 (+1000) Subject: Make doth system test conditional X-Git-Tag: v9.17.18~24^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=71b7251009c038803cb6cb0710476717b0e69cc3;p=thirdparty%2Fbind9.git Make doth system test conditional --- diff --git a/bin/tests/system/Makefile.am b/bin/tests/system/Makefile.am index 03214a87883..2b32330dac8 100644 --- a/bin/tests/system/Makefile.am +++ b/bin/tests/system/Makefile.am @@ -84,6 +84,11 @@ TESTS += \ rpzrecurse endif HAVE_PERLMOD_NET_DNS +if HAVE_LIBNGHTTP2 +TESTS += \ + doth +endif + TESTS += \ acl \ additional \ @@ -103,7 +108,6 @@ TESTS += \ dlz \ dlzexternal \ dns64 \ - doth \ dscp \ dsdigest \ dyndb \