gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] 102/282: configure.ac: fix comments about --with-quiche


From: gnunet
Subject: [gnurl] 102/282: configure.ac: fix comments about --with-quiche
Date: Wed, 01 Apr 2020 14:29:27 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 8f74bb361a403b905ba51c5bd310fd14312f9cb5
Author: Cristian Greco <address@hidden>
AuthorDate: Sat Feb 8 14:28:33 2020 +0000

    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

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]