Re: [PATCH] configure: Fix pkg_config --exists parameter

2020-03-04 Thread Philippe Mathieu-Daudé
On 3/4/20 6:42 PM, Dr. David Alan Gilbert wrote: * Liran Alon (liran.a...@oracle.com) wrote: pkg_config parameter should be "--exists", not "--exist". This is probably a typo. Fixes: 3a67848134d0 ("configure: Enable test and libs for zstd") Reviewed-by: Bhavesh Davda Signed-off-by: Liran Alon

Re: [PATCH] configure: Fix pkg_config --exists parameter

2020-03-04 Thread Dr. David Alan Gilbert
* Liran Alon (liran.a...@oracle.com) wrote: > pkg_config parameter should be "--exists", not "--exist". > This is probably a typo. > > Fixes: 3a67848134d0 ("configure: Enable test and libs for zstd") > Reviewed-by: Bhavesh Davda > Signed-off-by: Liran Alon That's the same as 20200303124925.2807

[PATCH] configure: Fix pkg_config --exists parameter

2020-03-04 Thread Liran Alon
pkg_config parameter should be "--exists", not "--exist". This is probably a typo. Fixes: 3a67848134d0 ("configure: Enable test and libs for zstd") Reviewed-by: Bhavesh Davda Signed-off-by: Liran Alon --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/