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:
parent
15653c54a0
commit
03c6f06437
@ -62,7 +62,7 @@ flaky_isc_test = [
|
|||||||
'random',
|
'random',
|
||||||
]
|
]
|
||||||
|
|
||||||
if config.has('HAVE_NGHTTP2')
|
if config.has('HAVE_LIBNGHTTP2')
|
||||||
isc_test += 'doh'
|
isc_test += 'doh'
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user