mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:11:45 +03:00
configure: change output for cross-compiled alt-svc support
It said 'no', while it actually is 'yes' Closes #8512
This commit is contained in:
parent
2bb5e1c3df
commit
05be234b82
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue