aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c89fe95..f3d7c77 100644
--- a/configure.ac
+++ b/configure.ac
@@ -111,7 +111,7 @@ int main() {return 0;}
111 111
112AC_ARG_ENABLE([asm], 112AC_ARG_ENABLE([asm],
113 AS_HELP_STRING([--disable-asm], [Disable assembly])) 113 AS_HELP_STRING([--disable-asm], [Disable assembly]))
114AM_CONDITIONAL([OPENSSL_NO_ASM], [test "x$enable_asm" = "xno" -o "$host_cpu" = "aarch64"]) 114AM_CONDITIONAL([OPENSSL_NO_ASM], [test "x$enable_asm" = "xno" -o "$host_cpu" = "i386"])
115 115
116# Conditionally enable assembly by default 116# Conditionally enable assembly by default
117AM_CONDITIONAL([HOST_ASM_ELF_ARM], 117AM_CONDITIONAL([HOST_ASM_ELF_ARM],