Richard Henderson <richard.hender...@linaro.org> wrote: >> +########################################## >> +# zstd check >> + >> +if test "$zstd" != "no" ; then >> + if $pkg_config --exist libzstd ; then > > The option is spelled --exists. This is generating an error during configure.
Ooops, you are right. Sending a patch. Just wondering why I didn't saw that error :-( Thanks, Juan.