configure: remove superfluous experimental warning for HTTP/3

This warning was created at a time when all backends for HTTP/3 were
experimental. Since there are now non-experimental backends this warning
is incorrect in some cases and was already handled by backends that were
added to the experimental list.

Follow-up to 0535f6ec71

Closes #21139
This commit is contained in:
Dexter Gerig 2026-03-27 23:29:23 -05:00 committed by Daniel Stenberg
parent f0f0a7f7d6
commit fde2e9a6b2
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -3655,7 +3655,6 @@ dnl **********************************************************************
if test "$USE_NGTCP2" = "1" && test "$USE_NGHTTP3" = "1"; then
USE_NGTCP2_H3=1
AC_MSG_NOTICE([HTTP3 support is experimental])
curl_h3_msg="enabled (ngtcp2 + nghttp3)"
fi