diff options
author | Jimmy Gaussen <jimmygaussen@gmail.com> | 2019-09-12 15:15:46 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-09-12 15:22:57 +0200 |
commit | 4e3dfe3323bedc534024cff7ee5d27771958895d (patch) | |
tree | a7258a5606a2c67ef989b9b1727a21a7d202ef61 | |
parent | f83b2f1ae1550ee490723182f2441ee4dfa5d725 (diff) |
docs/HTTP3: fix `--with-ssl` ngtcp2 configure flag
Closes #4338
-rw-r--r-- | docs/HTTP3.md | 2 |
1 files changed, 1 insertions, 1 deletions
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,<somewhere1>/lib" ./configure -with-ssl=<somewhere1> --with-nghttp3=<somewhere2> --with-ngtcp2=<somewhere3> + % LDFLAGS="-Wl,-rpath,<somewhere1>/lib" ./configure --with-ssl=<somewhere1> --with-nghttp3=<somewhere2> --with-ngtcp2=<somewhere3> % make ## Running |