diff options
author | Cristian Greco <cristian@regolo.cc> | 2020-02-08 14:28:33 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-02-08 18:12:28 +0100 |
commit | 8f74bb361a403b905ba51c5bd310fd14312f9cb5 (patch) | |
tree | 16a14dbfb2de52a1971d712b37ddd78275a75d27 /configure.ac | |
parent | 511e0c197ad369ff9dae43d1fdcc65025627e636 (diff) | |
download | curl-8f74bb361a403b905ba51c5bd310fd14312f9cb5.tar.gz |
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
Diffstat (limited to 'configure.ac')
-rwxr-xr-x | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 5d8215c59..7a6aa5303 100755 --- a/configure.ac +++ b/configure.ac @@ -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 |