]> Git Repo - qemu.git/commitdiff
configure: Fix typo of the have_afalg variable
authorThomas Huth <[email protected]>
Mon, 3 Feb 2020 15:55:34 +0000 (16:55 +0100)
committerThomas Huth <[email protected]>
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[email protected]>
Reviewed-by: Daniel P. BerrangĂ© <[email protected]>
Reviewed-by: Philippe Mathieu-DaudĂ© <[email protected]>
Reviewed-by: Longpeng(Mike) <[email protected]>
Signed-off-by: Thomas Huth <[email protected]>
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>
This page took 0.036243 seconds and 4 git commands to generate.