[gnutls-devel] GnuTLS | configure finds-then-discards zstd (#1343)

Read-only notification of GnuTLS library development activities gnutls-devel at lists.gnutls.org
Fri Mar 18 06:53:23 CET 2022



Sam James created an issue: https://gitlab.com/gnutls/gnutls/-/issues/1343



`./configure` with zstd installed looks like this for me:
```
checking how to link with libz... -lz
checking whether to include brotli compression support... no
checking whether to include zstd compression support... yes
checking for LIBZSTD... yes
configure: WARNING: *** LIBZSTD was not found. You will not be able to use ZSTD compression.
checking whether building Guile bindings... yes
```

It's finding zstd (and saying so) but then telling me it wasn't!

`configure.ac` contains:
```
if test "${with_libzstd}" = "yes" && test "${has_zstd_h}" = "yes"; then
```

... but `has_zstd_h` isn't defined by anything, so this test can never pass.

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/issues/1343
You're receiving this email because of your account on gitlab.com.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20220318/8a6eba43/attachment.html>


More information about the Gnutls-devel mailing list