[Rpm-maint] [rpm-software-management/rpm] Support threading for zstd compression. (#1303)

Igor Raits notifications at github.com
Fri Jul 10 16:56:44 UTC 2020


@ignatenkobrain commented on this pull request.



>    AS_IF([test "$enable_zstd" = "yes"], [
     if test "$have_zstd" = "no"; then
       AC_MSG_ERROR([--enable-zstd specified, but not available])
     fi
   ])
+  PKG_CHECK_MODULES([ZSTD], [libzstd], [have_zstd=yes], [have_zstd=no])

I think it is much easier to have here `libzstd >= 1.3.8` rather than custom C preproc check.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/1303#pullrequestreview-446554479
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20200710/c98c24b1/attachment.html>


More information about the Rpm-maint mailing list