]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
configure: Fix typo of the have_afalg variable
authorThomas Huth <thuth@redhat.com>
Mon, 3 Feb 2020 15:55:34 +0000 (16:55 +0100)
committerThomas Huth <thuth@redhat.com>
Tue, 4 Feb 2020 08:01:31 +0000 (09:01 +0100)
The variable is called 'have_afalg' and not 'hava_afalg'.

Fixes: f0d92b56d88 ('introduce some common functions for af_alg backend')
Message-Id: <20200203160046.23194-1-thuth@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Longpeng(Mike) <longpeng2@huawei.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
configure

index 5095f0172832e477fb450432609aa9014307ed0a..115dc38085f3afb36b93f77c4029dd255cf47fbf 100755 (executable)
--- 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>