From 03c6f064379ff46c7dc9a3835aa665fcdf1781ff Mon Sep 17 00:00:00 2001 From: Artem Boldariev Date: Wed, 9 Jul 2025 22:43:01 +0300 Subject: [PATCH] Fix the DoH unit test for meson The DoH unit test was omitted since meson migration due to a typo. This commit fixes that. --- tests/isc/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/isc/meson.build b/tests/isc/meson.build index 10a14da6f8..10cad49955 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