From ba390221ef2609a2d9ae856e9ac4ff267340f106 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 27 Jul 2020 12:07:40 +0200 Subject: configure: show zstd "no" in summary when built without it MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reported-by: Marc Hörsken Fixes #5720 Closes #5730 --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index ed1b5fcec..03fbda34d 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)" -- cgit v1.2.1