From 4f67366e3bbe6040998be038156486eed264ea58 Mon Sep 17 00:00:00 2001 From: Thomas Huth Date: Mon, 3 Feb 2020 16:55:34 +0100 Subject: [PATCH] configure: Fix typo of the have_afalg variable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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é Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Longpeng(Mike) Signed-off-by: Thomas Huth --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 5095f0172832..115dc38085f3 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 #include