summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-07-27 12:07:40 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-07-27 14:33:17 +0200
commitba390221ef2609a2d9ae856e9ac4ff267340f106 (patch)
tree5eaf1fe277b20ff987c4fa9b25657e087271b03c
parent425fa864ce4cc2326996c8fd280ddf61e485ba23 (diff)
downloadcurl-ba390221ef2609a2d9ae856e9ac4ff267340f106.tar.gz
configure: show zstd "no" in summary when built without it
Reported-by: Marc Hörsken Fixes #5720 Closes #5730
-rwxr-xr-xconfigure.ac1
1 files changed, 1 insertions, 0 deletions
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)"