mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-07 01:12:05 -04:00
Skip good-dot-*.conf when libnghttp2 is not available
This commit is contained in:
parent
ea80bcc41c
commit
d425ee8097
1 changed files with 2 additions and 1 deletions
|
|
@ -78,7 +78,8 @@ do
|
|||
if ! $FEATURETEST --with-libnghttp2
|
||||
then
|
||||
case $good in
|
||||
good-doh-*.conf) continue;
|
||||
good-doh-*.conf) continue;;
|
||||
good-dot-*.conf) continue;;
|
||||
esac
|
||||
fi
|
||||
$CHECKCONF $good > checkconf.out$n 2>&1
|
||||
|
|
|
|||
Loading…
Reference in a new issue