From: Artem Boldariev Date: Wed, 9 Jul 2025 19:43:01 +0000 (+0300) Subject: Fix the DoH unit test for meson X-Git-Tag: v9.21.11~50^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03c6f064379ff46c7dc9a3835aa665fcdf1781ff;p=thirdparty%2Fbind9.git Fix the DoH unit test for meson The DoH unit test was omitted since meson migration due to a typo. This commit fixes that. --- diff --git a/tests/isc/meson.build b/tests/isc/meson.build index 10a14da6f86..10cad499554 100644 --- a/tests/isc/meson.build +++ b/tests/isc/meson.build @@ -62,7 +62,7 @@ flaky_isc_test = [ 'random', ] -if config.has('HAVE_NGHTTP2') +if config.has('HAVE_LIBNGHTTP2') isc_test += 'doh' endif