On 08.01.24 16:02, 'Storm, Christian' via EFI Boot Guard wrote: > 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. Jan -- Siemens AG, Technology Linux Expert Center -- 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/8178c029-bfb8-4d30-907c-e37fabc6f741%40siemens.com.
