]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
configure: make quiche require quiche_conn_send_ack_eliciting
authorDaniel Stenberg <daniel@haxx.se>
Tue, 4 Apr 2023 08:47:35 +0000 (10:47 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 4 Apr 2023 12:35:15 +0000 (14:35 +0200)
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

configure.ac

index e351d1e184d1cafb06348fff609d8e8953b31d78..b3af7117624793186f573c076e4e4708f7e861fb 100644 (file)
@@ -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"