Re: [PATCH] configure: Improve zstd test

2020-03-06 Thread Juan Quintela
Michal Prívozník wrote: > On 5. 3. 2020 16:27, Juan Quintela wrote: >> Alex Bennée wrote: >>> Juan Quintela writes: >>> There were one error on the test (missing an s for --exists). But we really need a recent zstd (0.8.1). That version was released in 2016, so it is newer that so

Re: [PATCH] configure: Improve zstd test

2020-03-06 Thread Michal Prívozník
On 5. 3. 2020 16:27, Juan Quintela wrote: > Alex Bennée wrote: >> Juan Quintela writes: >> >>> There were one error on the test (missing an s for --exists). >>> But we really need a recent zstd (0.8.1). >>> That version was released in 2016, so it is newer that some of our travis >>> images. Jus

Re: [PATCH] configure: Improve zstd test

2020-03-05 Thread Alex Bennée
Juan Quintela writes: > Alex Bennée wrote: >> Juan Quintela writes: >> >>> There were one error on the test (missing an s for --exists). >>> But we really need a recent zstd (0.8.1). >>> That version was released in 2016, so it is newer that some of our travis >>> images. Just check for the

Re: [PATCH] configure: Improve zstd test

2020-03-05 Thread Juan Quintela
Alex Bennée wrote: > Juan Quintela writes: > >> There were one error on the test (missing an s for --exists). >> But we really need a recent zstd (0.8.1). >> That version was released in 2016, so it is newer that some of our travis >> images. Just check for the version that we need. >> >> Signed

Re: [PATCH] configure: Improve zstd test

2020-03-05 Thread Alex Bennée
Juan Quintela writes: > There were one error on the test (missing an s for --exists). > But we really need a recent zstd (0.8.1). > That version was released in 2016, so it is newer that some of our travis > images. Just check for the version that we need. > > Signed-off-by: Juan Quintela > R

[PATCH] configure: Improve zstd test

2020-03-05 Thread Juan Quintela
There were one error on the test (missing an s for --exists). But we really need a recent zstd (0.8.1). That version was released in 2016, so it is newer that some of our travis images. Just check for the version that we need. Signed-off-by: Juan Quintela Reported-by: Richard Henderson --- con