From: Christian Storm <christian.st...@siemens.com>

libcheck is used in tools/tests which is not
dependent on the bootloader EFI being built.

Signed-off-by: Christian Storm <christian.st...@siemens.com>
---
 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))
 
-- 
2.43.0

-- 
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 efibootguard-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/efibootguard-dev/6FAD1040-4364-4B34-9442-12746902145B%40siemens.com.

Reply via email to