diff options
-rw-r--r-- | configure.ac | 2 |
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 | ||
112 | AC_ARG_ENABLE([asm], | 112 | AC_ARG_ENABLE([asm], |
113 | AS_HELP_STRING([--disable-asm], [Disable assembly])) | 113 | AS_HELP_STRING([--disable-asm], [Disable assembly])) |
114 | AM_CONDITIONAL([OPENSSL_NO_ASM], [test "x$enable_asm" = "xno" -o "$host_cpu" = "aarch64"]) | 114 | AM_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 |
117 | AM_CONDITIONAL([HOST_ASM_ELF_ARM], | 117 | AM_CONDITIONAL([HOST_ASM_ELF_ARM], |