From: Jan Kiszka <[email protected]> Latest autoconf made this a nop with warning. However, it was that before already because:
"It has only ever done anything useful with GCC, and GCC dropped support for ‘traditional’ compilation in version 3.3 (released 2003)" Signed-off-by: Jan Kiszka <[email protected]> --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 7f22339..582eaf3 100644 --- a/configure.ac +++ b/configure.ac @@ -48,7 +48,6 @@ AC_SUBST([GNUEFI_CC]) AC_PROG_CC_C99 AM_PROG_CC_C_O -AC_PROG_GCC_TRADITIONAL AC_PROG_MKDIR_P AC_PROG_LN_S -- 2.47.3 -- You received this message because you are subscribed to the Google Groups "EFI Boot Guard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/efibootguard-dev/03021624a3416fa368ec6934ab02ef3bb7a53451.1773044951.git.jan.kiszka%40siemens.com.
