diff --git a/docs/HTTP3.md b/docs/HTTP3.md index fc75c7e680..a28e36ebe1 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=/lib/pkgconfig:/lib/pkgconfig LDFLAGS="-Wl,-rpath,/lib" --prefix== + % ./configure PKG_CONFIG_PATH=/lib/pkgconfig:/lib/pkgconfig LDFLAGS="-Wl,-rpath,/lib" --prefix= % make % make install