2
0
mirror of https://github.com/curl/curl.git synced 2025-04-24 16:40:32 +08: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 
This commit is contained in:
Daniel Stenberg 2023-04-04 10:47:35 +02:00
parent a13ef31d0f
commit 164dab7864
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

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