summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSpezifant <spezifant@users.noreply.github.com>2019-09-26 20:45:14 +0200
committerDaniel Stenberg <daniel@haxx.se>2019-09-26 23:26:25 +0200
commit5f0b55ef22190184b910c9e2a84f7ebdb9e500a2 (patch)
tree37c1f8f7dc15536698e8d600c286b13a9ed42759
parentb6532b809f566462b9df984500c0b3f55eef6399 (diff)
downloadcurl-5f0b55ef22190184b910c9e2a84f7ebdb9e500a2.tar.gz
HTTP3: fix prefix parameter for ngtcp2 build
Closes #4430
-rw-r--r--docs/HTTP3.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/HTTP3.md b/docs/HTTP3.md
index fc75c7e68..a28e36ebe 100644
--- a/docs/HTTP3.md
+++ b/docs/HTTP3.md
@@ -55,7 +55,7 @@ Build ngtcp2
% git clone https://github.com/ngtcp2/ngtcp2
% cd ngtcp2
% autoreconf -i
- % ./configure PKG_CONFIG_PATH=<somewhere1>/lib/pkgconfig:<somewhere2>/lib/pkgconfig LDFLAGS="-Wl,-rpath,<somehere1>/lib" --prefix==<somewhere3>
+ % ./configure PKG_CONFIG_PATH=<somewhere1>/lib/pkgconfig:<somewhere2>/lib/pkgconfig LDFLAGS="-Wl,-rpath,<somehere1>/lib" --prefix=<somewhere3>
% make
% make install