configure.ac: print a warning, not an error, on "Conflicting asm settings", for backward compatibility.

pull/8540/head
Daniel Pouzzner 2025-03-07 19:20:06 -06:00
parent 66376bed28
commit cbcca93fde
1 changed files with 1 additions and 1 deletions

View File

@ -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