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