diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 7a88f27..8d347b0 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,3 +1,4 @@ | |||
1 | # | ||
1 | # Copyright (c) 2014-2015 Brent Cook | 2 | # Copyright (c) 2014-2015 Brent Cook |
2 | # | 3 | # |
3 | # Permission to use, copy, modify, and distribute this software for any | 4 | # Permission to use, copy, modify, and distribute this software for any |
@@ -114,8 +115,6 @@ AC_ARG_ENABLE([asm], AS_HELP_STRING([--disable-asm], [Disable assembly])) | |||
114 | AM_CONDITIONAL([OPENSSL_NO_ASM], [test "x$enable_asm" = "xno"]) | 115 | AM_CONDITIONAL([OPENSSL_NO_ASM], [test "x$enable_asm" = "xno"]) |
115 | 116 | ||
116 | # Conditionally enable assembly by default | 117 | # Conditionally enable assembly by default |
117 | AM_CONDITIONAL([HOST_ASM_ELF_ARM], | ||
118 | [test "x$HOST_ABI" = "xelf" -a "$host_cpu" = "arm" -a "x$enable_asm" != "xno"]) | ||
119 | AM_CONDITIONAL([HOST_ASM_ELF_MIPS], | 118 | AM_CONDITIONAL([HOST_ASM_ELF_MIPS], |
120 | [test "x$HOST_ABI" = "xelf" -a "$host_cpu" = "mips" -a "x$enable_asm" != "xno"]) | 119 | [test "x$HOST_ABI" = "xelf" -a "$host_cpu" = "mips" -a "x$enable_asm" != "xno"]) |
121 | AM_CONDITIONAL([HOST_ASM_ELF_MIPS64], | 120 | AM_CONDITIONAL([HOST_ASM_ELF_MIPS64], |