Re: [PULL 06/15] configure: Enable test and libs for zstd

2020-03-17 Thread Juan Quintela
Peter Maydell wrote: > On Fri, 28 Feb 2020 at 09:28, Juan Quintela wrote: >> >> Add it to several build systems to make testing good. >> >> Signed-off-by: Juan Quintela >> Reviewed-by: Dr. David Alan Gilbert >> --- >> .gitlab-ci.yml| 1 + >> .travis.yml

Re: [PULL 06/15] configure: Enable test and libs for zstd

2020-03-17 Thread Peter Maydell
On Fri, 28 Feb 2020 at 09:28, Juan Quintela wrote: > > Add it to several build systems to make testing good. > > Signed-off-by: Juan Quintela > Reviewed-by: Dr. David Alan Gilbert > --- > .gitlab-ci.yml| 1 + > .travis.yml | 1

Re: [PULL 06/15] configure: Enable test and libs for zstd

2020-03-02 Thread Alex Bennée
Juan Quintela writes: > Richard Henderson 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. >

Re: [PULL 06/15] configure: Enable test and libs for zstd

2020-03-02 Thread Juan Quintela
Richard Henderson 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.

Re: [PULL 06/15] configure: Enable test and libs for zstd

2020-02-29 Thread Richard Henderson
> +## > +# 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~

[PULL 06/15] configure: Enable test and libs for zstd

2020-02-28 Thread Juan Quintela
Add it to several build systems to make testing good. Signed-off-by: Juan Quintela Reviewed-by: Dr. David Alan Gilbert --- .gitlab-ci.yml| 1 + .travis.yml | 1 + configure | 30 +