2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-22 10:10:06 +00:00

Fix the DoH unit test for meson

The DoH unit test was omitted since meson migration due to a
typo. This commit fixes that.
This commit is contained in:
Artem Boldariev 2025-07-09 22:43:01 +03:00
parent 15653c54a0
commit 03c6f06437

View File

@ -62,7 +62,7 @@ flaky_isc_test = [
'random',
]
if config.has('HAVE_NGHTTP2')
if config.has('HAVE_LIBNGHTTP2')
isc_test += 'doh'
endif