1
0
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:
Cristian Greco 2020-02-08 14:28:33 +00:00 committed by Daniel Stenberg
parent 511e0c197a
commit 8f74bb361a
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

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