From 05be234b82a768a79d9a3e8ff68e5dda715171d4 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 25 Feb 2022 14:20:10 +0100 Subject: [PATCH] configure: change output for cross-compiled alt-svc support It said 'no', while it actually is 'yes' Closes #8512 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index c039a04538..d431870725 100644 --- a/configure.ac +++ b/configure.ac @@ -3924,7 +3924,7 @@ AS_HELP_STRING([--disable-alt-svc],[Disable alt-svc support]), *) AC_MSG_RESULT(yes) ;; esac ], - AC_MSG_RESULT(no) + AC_MSG_RESULT(yes) ) dnl only check for HSTS if there's SSL present