|
From: | Philippe Mathieu-Daudé |
Subject: | Re: [PATCH] configure: change a typo in zstd config |
Date: | Wed, 4 Mar 2020 20:05:33 +0100 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1 |
On 3/3/20 1:56 PM, Juan Quintela wrote:
Denis Plotnikov <address@hidden> wrote:Package manager --exist flag is used instead of --exists. Fix it. Signed-off-by: Denis Plotnikov <address@hidden>Reviewed-by: Juan Quintela <address@hidden> queued.
It doesn't seem that trivial: https://www.mail-archive.com/address@hidden/msg684754.html
thanks.--- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 7b373bc0bb..caa65f5883 100755 --- a/configure +++ b/configure @@ -2464,7 +2464,7 @@ fi # zstd checkif test "$zstd" != "no" ; then- if $pkg_config --exist libzstd ; then + if $pkg_config --exists libzstd ; then zstd_cflags="$($pkg_config --cflags libzstd)" zstd_libs="$($pkg_config --libs libzstd)" LIBS="$zstd_libs $LIBS"
[Prev in Thread] | Current Thread | [Next in Thread] |