From: Fabian Fischer Date: Tue, 23 Aug 2022 11:54:27 +0000 (+0200) Subject: HTTP3.md: add missing autoreconf command for building with wolfssl X-Git-Tag: curl-7_85_0~32 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=75ca89856c308248b51260448f005a02c4341da9;p=thirdparty%2Fcurl.git HTTP3.md: add missing autoreconf command for building with wolfssl Closes #9353 --- diff --git a/docs/HTTP3.md b/docs/HTTP3.md index f256c3bbdd..bf2c5e1d7d 100644 --- a/docs/HTTP3.md +++ b/docs/HTTP3.md @@ -116,6 +116,7 @@ Build wolfSSL % git clone https://github.com/wolfSSL/wolfssl.git % cd wolfssl + % autoreconf -fi % ./configure --prefix= --enable-quic --enable-session-ticket --enable-earlydata --enable-psk --enable-harden --enable-altcertchains % make % make install