diff options
author | Brent Cook <busterb@gmail.com> | 2023-02-21 09:37:47 -0600 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2023-02-21 09:37:47 -0600 |
commit | a64adc58115b9e54b3494c4ba7b56392dd58286e (patch) | |
tree | 311e66271cb91690c906fdd951d7714c5f30bee7 | |
parent | 8c2c718bb7767d9fea1be1e0bc52b64775de6f21 (diff) | |
download | portable-a64adc58115b9e54b3494c4ba7b56392dd58286e.tar.gz portable-a64adc58115b9e54b3494c4ba7b56392dd58286e.tar.bz2 portable-a64adc58115b9e54b3494c4ba7b56392dd58286e.zip |
disable asm for autoconf tests as well
-rw-r--r-- | configure.ac | 1 |
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 |
114 | AM_CONDITIONAL([OPENSSL_NO_ASM], [true]) | 114 | AM_CONDITIONAL([OPENSSL_NO_ASM], [true]) |
115 | enable_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 |