diff options
-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 |