qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] configure: Fix typo of the have_afalg variable


From: Longpeng (Mike)
Subject: Re: [PATCH] configure: Fix typo of the have_afalg variable
Date: Tue, 4 Feb 2020 08:02:20 +0800
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.7.2

在 2020/2/4 0:00, Thomas Huth 写道:
> The variable is called 'have_afalg' and not 'hava_afalg'.
> 
> Fixes: f0d92b56d88 ('introduce some common functions for af_alg backend')
> Signed-off-by: Thomas Huth <address@hidden>
> ---
>  configure | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/configure b/configure
> index 5095f01728..115dc38085 100755
> --- a/configure
> +++ b/configure
> @@ -5843,7 +5843,7 @@ fi
>  
>  ##########################################
>  # check for usable AF_ALG environment
> -hava_afalg=no
> +have_afalg=no
>  cat > $TMPC << EOF
>  #include <errno.h>
>  #include <sys/types.h>
> 
Reviewed-by: Longpeng(Mike) <address@hidden>

-- 
Regards,
Longpeng(Mike)




reply via email to

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