qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PULL 3/5] crypto/linux_keyring: add 'secret_keyring' secret object.


From: David Edmondson
Subject: Re: [PULL 3/5] crypto/linux_keyring: add 'secret_keyring' secret object.
Date: Tue, 16 Jun 2020 17:49:47 +0100

On Monday, 2020-06-15 at 11:36:31 +01, Daniel P. Berrangé wrote:

> +if test "$secret_keyring" != "no"
> +then
> +    if test "$have_keyring" == "yes"

This generates a complaint when building on Debian testing:

./configure: 6319: test: yes: unexpected operator

Perhaps should be a single = ?

> +    then
> +     secret_keyring=yes
> +    else
> +     if test "$secret_keyring" = "yes"
> +     then
> +         error_exit "syscall __NR_keyctl requested, \
> +but not implemented on your system"
> +     else
> +         secret_keyring=no
> +     fi
> +    fi
> +fi
> +

dme.
-- 
The sound of a barking dog on a loop, a plane rises in the crystal blue.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]