From: Jan Kiszka <[email protected]> Recent autoconf starts to warn about this as obsolete, but we likely never needed it anyway - confirmed over old Debian 10.
Signed-off-by: Jan Kiszka <[email protected]> --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 582eaf3..24a3e87 100644 --- a/configure.ac +++ b/configure.ac @@ -46,7 +46,6 @@ dnl Dont try to use things like -std=c99 for efi compilation GNUEFI_CC=$CC AC_SUBST([GNUEFI_CC]) -AC_PROG_CC_C99 AM_PROG_CC_C_O AC_PROG_MKDIR_P -- 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/d619b5fdceb847ca9bb2ead802277b450d7564a1.1773044951.git.jan.kiszka%40siemens.com.
