Skip good-dot-*.conf when libnghttp2 is not available

This commit is contained in:
Mark Andrews
2021-08-24 14:06:48 +10:00
parent ea80bcc41c
commit d425ee8097

View File

@@ -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