mirror of
https://github.com/curl/curl.git
synced 2026-04-23 02:22:17 +03:00
configure: make quiche require quiche_conn_send_ack_eliciting
curl now requires quiche version >= 1.17.1 to be used and this function was added in this version and makes a convenient check. This requirement is because this is the lowest quiche version that supports peer-initiated key updates correctly. Closes #10886
This commit is contained in:
parent
a13ef31d0f
commit
164dab7864
1 changed files with 1 additions and 1 deletions
|
|
@ -3224,7 +3224,7 @@ if test X"$want_quiche" != Xno; then
|
|||
if test "x$cross_compiling" != "xyes"; then
|
||||
DIR_QUICHE=`echo $LD_QUICHE | $SED -e 's/^-L//'`
|
||||
fi
|
||||
AC_CHECK_LIB(quiche, quiche_connect,
|
||||
AC_CHECK_LIB(quiche, quiche_conn_send_ack_eliciting,
|
||||
[
|
||||
AC_CHECK_HEADERS(quiche.h,
|
||||
experimental="$experimental HTTP3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue