disable asm by default
This commit is contained in:
parent
97124d6742
commit
5427234a78
@ -94,8 +94,9 @@ int main() {return 0;}
|
|||||||
])
|
])
|
||||||
|
|
||||||
AC_ARG_ENABLE([asm],
|
AC_ARG_ENABLE([asm],
|
||||||
AS_HELP_STRING([--disable-asm], [Disable assembly]))
|
AS_HELP_STRING([--enable-asm], [Enable assembly]))
|
||||||
AM_CONDITIONAL([OPENSSL_NO_ASM], [test "x$enable_asm" = "xno"])
|
# Disable below while updating to support upstream assembly changes
|
||||||
|
AM_CONDITIONAL([OPENSSL_NO_ASM], [test "x$enable_asm" = xyes])
|
||||||
|
|
||||||
# Conditionally enable assembly by default
|
# Conditionally enable assembly by default
|
||||||
AM_CONDITIONAL([HOST_ASM_ELF_ARM],
|
AM_CONDITIONAL([HOST_ASM_ELF_ARM],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user