mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
configure: Fix typo of the have_afalg variable
The variable is called 'have_afalg' and not 'hava_afalg'.
Fixes: f0d92b56d8
('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>
This commit is contained in:
parent
9154cf688b
commit
4f67366e3b
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue