forked from wolfSSL/wolfssl
configure.ac: print a warning, not an error, on "Conflicting asm settings", for backward compatibility.
This commit is contained in:
@ -10069,7 +10069,7 @@ AS_IF([test "$ENABLED_ASM" = "no" && (test "$ENABLED_INTELASM" != "no" || \
|
|||||||
test "$ENABLED_ARMASM" != "no" || \
|
test "$ENABLED_ARMASM" != "no" || \
|
||||||
test "$ENABLED_RISCV_ASM" != "no" || \
|
test "$ENABLED_RISCV_ASM" != "no" || \
|
||||||
test "$ENABLED_SP_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.
|
# The following AM_CONDITIONAL statements set flags for use in the Makefiles.
|
||||||
# Some of these affect build targets and objects, some trigger different
|
# Some of these affect build targets and objects, some trigger different
|
||||||
|
Reference in New Issue
Block a user