]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
HTTP3.md: add missing autoreconf command for building with wolfssl
authorFabian Fischer <nodomain@users.noreply.github.com>
Tue, 23 Aug 2022 11:54:27 +0000 (13:54 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 23 Aug 2022 12:17:20 +0000 (14:17 +0200)
Closes #9353

docs/HTTP3.md

index f256c3bbdd8883218d29a3b80c2aa58227ed501d..bf2c5e1d7de354f968c61a0a5c21ec23cae38abb 100644 (file)
@@ -116,6 +116,7 @@ Build wolfSSL
 
      % git clone https://github.com/wolfSSL/wolfssl.git
      % cd wolfssl
+     % autoreconf -fi
      % ./configure --prefix=<somewhere1> --enable-quic --enable-session-ticket --enable-earlydata --enable-psk --enable-harden --enable-altcertchains
      % make
      % make install