> +########################################## > +# 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. r~
> +########################################## > +# 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. r~