Hi, >> From: Christian Storm <[email protected]> >> >> libcheck is used in tools/tests which is not >> dependent on the bootloader EFI being built. >> >> Signed-off-by: Christian Storm <[email protected]> >> --- >> configure.ac | 3 ++- >> 1 file changed, 2 insertions(+), 1 deletion(-) >> >> diff --git a/configure.ac b/configure.ac >> index b000603..1dfee62 100644 >> --- a/configure.ac >> +++ b/configure.ac >> @@ -199,10 +199,11 @@ fi >> AS_IF([test "x$enable_bootloader" != "xno"], >> [ >> PKG_CHECK_MODULES(LIBPCI, libpci) >> - PKG_CHECK_MODULES(LIBCHECK, check) >> ]) >> AM_CONDITIONAL([BOOTLOADER], [test "x$enable_bootloader" != "xno"]) >> >> +PKG_CHECK_MODULES(LIBCHECK, check) >> + >> PKG_INSTALLDIR >> AC_SUBST(LIBEBGENV_VERSION, $(echo $VERSION | cut -dv -f2)) >> > > Fixes - or rather reverts - 4d6e8b8eb391? Or did something change since > then? Looks like its needed, true.
Ping. I haven't investigated the history or why it ended up this way, I just fixed this... Kind regards, Christian -- Dr. Christian Storm Siemens AG, Technology, T CED OES-DE Otto-Hahn-Ring 6, 81739 Munich, Germany -- 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/3784D0EB-9E2D-4835-B696-16D096851E43%40siemens.com.
