]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fix the DoH unit test for meson
authorArtem Boldariev <artem@boldariev.com>
Wed, 9 Jul 2025 19:43:01 +0000 (22:43 +0300)
committerArtem Boldariev <artem@boldariev.com>
Thu, 10 Jul 2025 14:06:19 +0000 (17:06 +0300)
The DoH unit test was omitted since meson migration due to a
typo. This commit fixes that.

tests/isc/meson.build

index 10a14da6f86cbfbd55bb19f02b5982a562f221f9..10cad4995548a7b752b15a285a78e33f8ad1d90c 100644 (file)
@@ -62,7 +62,7 @@ flaky_isc_test = [
     'random',
 ]
 
-if config.has('HAVE_NGHTTP2')
+if config.has('HAVE_LIBNGHTTP2')
     isc_test += 'doh'
 endif