From: Jimmy Gaussen Date: Thu, 12 Sep 2019 13:15:46 +0000 (+0200) Subject: docs/HTTP3: fix `--with-ssl` ngtcp2 configure flag X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4e3dfe3323bedc534024cff7ee5d27771958895d;p=curl docs/HTTP3: fix `--with-ssl` ngtcp2 configure flag Closes #4338 --- 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