mirror of
https://github.com/moparisthebest/curl
synced 2025-01-11 05:58:01 -05:00
configure.ac: fix comments about --with-quiche
A simple s/nghttp3/quiche in some comments of --with-quiche. Looks like a copy-paste error from --with-nghttp3. Closes #4897
This commit is contained in:
parent
511e0c197a
commit
8f74bb361a
@ -3723,9 +3723,9 @@ if test X"$want_quiche" != Xno; then
|
||||
LIBS=$CLEANLIBS
|
||||
)
|
||||
else
|
||||
dnl no nghttp3 pkg-config found, deal with it
|
||||
dnl no quiche pkg-config found, deal with it
|
||||
if test X"$want_quiche" != Xdefault; then
|
||||
dnl To avoid link errors, we do not allow --with-nghttp3 without
|
||||
dnl To avoid link errors, we do not allow --with-quiche without
|
||||
dnl a pkgconfig file
|
||||
AC_MSG_ERROR([--with-quiche was specified but could not find quiche pkg-config file.])
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user