From: Jan Kiszka <[email protected]> We don't issue malloc(0), and somehow the test can fail (seen in CI only so far), leaving unresolved rtl_malloc symbols behind.
Signed-off-by: Jan Kiszka <[email protected]> --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 7916dfb..fd75cb8 100644 --- a/configure.ac +++ b/configure.ac @@ -125,7 +125,6 @@ AC_CHECK_HEADER_STDBOOL AC_CHECK_HEADERS([zlib.h]) AC_CHECK_LIB([z], [crc32], [], [AC_MSG_ERROR([need crc32 implementation from libz])]) AC_FUNC_GETMNTENT -AC_FUNC_MALLOC AC_PROG_CXX AC_TYPE_INT32_T AC_TYPE_OFF_T -- 2.31.1 -- 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 on the web visit https://groups.google.com/d/msgid/efibootguard-dev/f3ceabf5-7903-f506-4667-754aa83e09ef%40siemens.com.
