From: Daniel Stenberg Date: Fri, 25 Feb 2022 13:20:10 +0000 (+0100) Subject: configure: change output for cross-compiled alt-svc support X-Git-Tag: curl-7_82_0~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=05be234b82a768a79d9a3e8ff68e5dda715171d4;p=thirdparty%2Fcurl.git configure: change output for cross-compiled alt-svc support It said 'no', while it actually is 'yes' Closes #8512 --- 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