aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2023-02-21 09:37:47 -0600
committerBrent Cook <busterb@gmail.com>2023-02-21 09:37:47 -0600
commita64adc58115b9e54b3494c4ba7b56392dd58286e (patch)
tree311e66271cb91690c906fdd951d7714c5f30bee7
parent8c2c718bb7767d9fea1be1e0bc52b64775de6f21 (diff)
downloadportable-a64adc58115b9e54b3494c4ba7b56392dd58286e.tar.gz
portable-a64adc58115b9e54b3494c4ba7b56392dd58286e.tar.bz2
portable-a64adc58115b9e54b3494c4ba7b56392dd58286e.zip
disable asm for autoconf tests as well
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index e2f3cd2..d8bf28e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -112,6 +112,7 @@ AC_ARG_ENABLE([asm],
112 AS_HELP_STRING([--disable-asm], [Disable assembly])) 112 AS_HELP_STRING([--disable-asm], [Disable assembly]))
113# Disable below while updating to support upstream assembly changes 113# Disable below while updating to support upstream assembly changes
114AM_CONDITIONAL([OPENSSL_NO_ASM], [true]) 114AM_CONDITIONAL([OPENSSL_NO_ASM], [true])
115enable_asm = "no"
115# AM_CONDITIONAL([OPENSSL_NO_ASM], [test "x$enable_asm" = "xno"]) 116# AM_CONDITIONAL([OPENSSL_NO_ASM], [test "x$enable_asm" = "xno"])
116 117
117# Conditionally enable assembly by default 118# Conditionally enable assembly by default