Skip to content

Commit

Permalink
configure: Fix typo of the have_afalg variable
Browse files Browse the repository at this point in the history
The variable is called 'have_afalg' and not 'hava_afalg'.

Fixes: f0d92b5 ('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>
  • Loading branch information
huth committed Feb 4, 2020
1 parent 9154cf6 commit 4f67366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Expand Up @@ -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>
Expand Down

0 comments on commit 4f67366

Please sign in to comment.