-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
Closed
Labels
Description
I did this
./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 the following
I expected a "no" behind "zstd:" instead of nothing.
curl/libcurl version
current master
MarcelRaad and bagder