aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac5
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
96AC_ARG_ENABLE([asm], 96AC_ARG_ENABLE([asm],
97 AS_HELP_STRING([--disable-asm], [Disable assembly])) 97 AS_HELP_STRING([--enable-asm], [Enable assembly]))
98AM_CONDITIONAL([OPENSSL_NO_ASM], [test "x$enable_asm" = "xno"]) 98# Disable below while updating to support upstream assembly changes
99AM_CONDITIONAL([OPENSSL_NO_ASM], [test "x$enable_asm" = xyes])
99 100
100# Conditionally enable assembly by default 101# Conditionally enable assembly by default
101AM_CONDITIONAL([HOST_ASM_ELF_ARM], 102AM_CONDITIONAL([HOST_ASM_ELF_ARM],