mirror of https://github.com/wolfSSL/wolfssl.git
configure.ac: print a warning, not an error, on "Conflicting asm settings", for backward compatibility.
parent
66376bed28
commit
cbcca93fde
|
@ -10069,7 +10069,7 @@ AS_IF([test "$ENABLED_ASM" = "no" && (test "$ENABLED_INTELASM" != "no" || \
|
|||
test "$ENABLED_ARMASM" != "no" || \
|
||||
test "$ENABLED_RISCV_ASM" != "no" || \
|
||||
test "$ENABLED_SP_ASM" != "no")],
|
||||
[AC_MSG_ERROR([Conflicting asm settings.])])
|
||||
[AC_MSG_WARN([Conflicting asm settings.])])
|
||||
|
||||
# The following AM_CONDITIONAL statements set flags for use in the Makefiles.
|
||||
# Some of these affect build targets and objects, some trigger different
|
||||
|
|
Loading…
Reference in New Issue