From 4e3dfe3323bedc534024cff7ee5d27771958895d Mon Sep 17 00:00:00 2001 From: Jimmy Gaussen Date: Thu, 12 Sep 2019 15:15:46 +0200 Subject: [PATCH] docs/HTTP3: fix `--with-ssl` ngtcp2 configure flag Closes #4338 --- docs/HTTP3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/HTTP3.md b/docs/HTTP3.md index 1e9b183c4..faa556441 100644 --- a/docs/HTTP3.md +++ b/docs/HTTP3.md @@ -65,7 +65,7 @@ Build curl % git clone https://github.com/curl/curl % cd curl % ./buildconf - % LDFLAGS="-Wl,-rpath,/lib" ./configure -with-ssl= --with-nghttp3= --with-ngtcp2= + % LDFLAGS="-Wl,-rpath,/lib" ./configure --with-ssl= --with-nghttp3= --with-ngtcp2= % make ## Running