[PATCH] configure: Fix typo of the have_afalg variable

Thomas Huth posted 1 patch 5 years, 9 months ago
Test docker-quick@centos7 failed
Test FreeBSD failed
Test docker-mingw@fedora failed
Test checkpatch failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200203160046.23194-1-thuth@redhat.com
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] configure: Fix typo of the have_afalg variable
Posted by Thomas Huth 5 years, 9 months ago
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 <thuth@redhat.com>
---
 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>
-- 
2.18.1


Re: [PATCH] configure: Fix typo of the have_afalg variable
Posted by Daniel P. Berrangé 5 years, 9 months ago
On Mon, Feb 03, 2020 at 05:00:46PM +0100, Thomas Huth wrote:
> 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 <thuth@redhat.com>
> ---
>  configure | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>


Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|


Re: [PATCH] configure: Fix typo of the have_afalg variable
Posted by Philippe Mathieu-Daudé 5 years, 9 months ago
On 2/3/20 5:00 PM, Thomas Huth wrote:
> 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 <thuth@redhat.com>
> ---
>   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: Philippe Mathieu-Daudé <philmd@redhat.com>


Re: [PATCH] configure: Fix typo of the have_afalg variable
Posted by Longpeng (Mike) 5 years, 9 months ago
在 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 <thuth@redhat.com>
> ---
>  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) <longpeng2@huawei.com>

-- 
Regards,
Longpeng(Mike)