From 8f74bb361a403b905ba51c5bd310fd14312f9cb5 Mon Sep 17 00:00:00 2001 From: Cristian Greco Date: Sat, 8 Feb 2020 14:28:33 +0000 Subject: 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 --- configure.ac | 4 ++-- 1 file 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 -- cgit v1.2.3