From cbcca93fde350bd23eecb0ec998c86668304b93f Mon Sep 17 00:00:00 2001 From: Daniel Pouzzner Date: Fri, 7 Mar 2025 19:20:06 -0600 Subject: [PATCH] configure.ac: print a warning, not an error, on "Conflicting asm settings", for backward compatibility. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index fdd740220..3a0aa63f4 100644 --- a/configure.ac +++ b/configure.ac @@ -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