diff options
-rw-r--r-- | configure.ac | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 8119508..6080109 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -94,8 +94,9 @@ int main() {return 0;} | |||
94 | ]) | 94 | ]) |
95 | 95 | ||
96 | AC_ARG_ENABLE([asm], | 96 | AC_ARG_ENABLE([asm], |
97 | AS_HELP_STRING([--disable-asm], [Disable assembly])) | 97 | AS_HELP_STRING([--enable-asm], [Enable assembly])) |
98 | AM_CONDITIONAL([OPENSSL_NO_ASM], [test "x$enable_asm" = "xno"]) | 98 | # Disable below while updating to support upstream assembly changes |
99 | AM_CONDITIONAL([OPENSSL_NO_ASM], [test "x$enable_asm" = xyes]) | ||
99 | 100 | ||
100 | # Conditionally enable assembly by default | 101 | # Conditionally enable assembly by default |
101 | AM_CONDITIONAL([HOST_ASM_ELF_ARM], | 102 | AM_CONDITIONAL([HOST_ASM_ELF_ARM], |