summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9f0c10f9..b772e1be 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