From: Daniel Stenberg Date: Mon, 27 Jul 2020 10:07:40 +0000 (+0200) Subject: configure: show zstd "no" in summary when built without it X-Git-Tag: curl-7_72_0~79 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba390221ef2609a2d9ae856e9ac4ff267340f106;p=thirdparty%2Fcurl.git configure: show zstd "no" in summary when built without it Reported-by: Marc Hörsken Fixes #5720 Closes #5730 --- diff --git a/configure.ac b/configure.ac index ed1b5fcec8..03fbda34d5 100755 --- a/configure.ac +++ b/configure.ac @@ -147,6 +147,7 @@ dnl initialize all the info variables curl_ssh_msg="no (--with-{libssh,libssh2})" curl_zlib_msg="no (--with-zlib)" curl_brotli_msg="no (--with-brotli)" + curl_zstd_msg="no (--with-zstd)" curl_gss_msg="no (--with-gssapi)" curl_tls_srp_msg="no (--enable-tls-srp)" curl_res_msg="default (--enable-ares / --enable-threaded-resolver)"