Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
./configure --without-zstd
curl version: 7.72.0-DEV SSL: enabled (Windows-native, OpenSSL) SSH: enabled (libSSH2) zlib: no (--with-zlib) brotli: no (--with-brotli) zstd: GSS-API: no (--with-gssapi) TLS-SRP: enabled resolver: POSIX threaded IPv6: enabled Unix sockets: no (--enable-unix-sockets) IDN: enabled (Windows-native) Build libcurl: Shared=yes, Static=yes Built-in manual: no (--enable-manual) --libcurl option: enabled (--disable-libcurl-option) Verbose errors: enabled (--disable-verbose) Code coverage: disabled SSPI: enabled ca cert bundle: no ca cert path: no ca fallback: no ...
I expected a "no" behind "zstd:" instead of nothing.
current master
The text was updated successfully, but these errors were encountered:
@gvollant please take a look.
Sorry, something went wrong.
pehaps anything like
gillesvollant@gv-w81x64:/mnt/n/devN$ diff /mnt/n/forkcurl/configure.ac /mnt/s/curl/configure.ac 149a150
gillesvollant@gv-w81x64:/mnt/n/devN$
curl_zstd_msg="no (--with-zstd)" `
*** /mnt/n/forkcurl/configure.ac 2020-07-12 18:16:50.798299000 +0200 --- /mnt/s/curl/configure.ac 2020-07-25 02:06:04.142077000 +0200
*** 147,152 **** --- 147,153 ---- curl_ssh_msg="no (--with-{libssh,libssh2})" curl_zlib_msg="no (--with-zlib)" curl_brotli_msg="no (--with-brotli)"
@gvollant yes, seems accurate!
configure: show zstd "no" in summary when built without it
fb80f27
Reported-by: Marc Hörsken Fixes #5720
ba39022
bagder
Successfully merging a pull request may close this issue.
I did this
./configure --without-zstd
I expected the following
I expected a "no" behind "zstd:" instead of nothing.
curl/libcurl version
current master
The text was updated successfully, but these errors were encountered: