Mailing List Archive

[PATCH] build: Fix for arm crypto support
* configure.ac: Correct wrong variable names.

Signed-off-by: Tianjia Zhang <tianjia.zhang@linux.alibaba.com>
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index fc49bb86fc2b..74f112a81e65 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2423,7 +2423,7 @@ fi
if test x"$armcryptosupport" = xyes ; then
if test "$gcry_cv_gcc_inline_asm_aarch32_crypto" != "yes" ; then
if test "$gcry_cv_gcc_inline_asm_aarch64_crypto" != "yes" ; then
- neonsupport="no (unsupported by compiler)"
+ armcryptosupport="no (unsupported by compiler)"
fi
fi
fi
--
2.24.3 (Apple Git-128)


_______________________________________________
Gcrypt-devel mailing list
Gcrypt-devel@lists.gnupg.org
https://lists.gnupg.org/mailman/listinfo/gcrypt-devel