]> granicus.if.org Git - curl/commitdiff
docs/HTTP3: fix `--with-ssl` ngtcp2 configure flag
authorJimmy Gaussen <jimmygaussen@gmail.com>
Thu, 12 Sep 2019 13:15:46 +0000 (15:15 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 12 Sep 2019 13:22:57 +0000 (15:22 +0200)
Closes #4338

docs/HTTP3.md

index 1e9b183c48734a4cfae1ede8ef791f5a4bcd429b..faa556441de13907f1ae104f00410e7b4f923dd3 100644 (file)
@@ -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