>> From: Christian Storm <
christi...@siemens.com>
>>
>> libcheck is used in tools/tests which is not
>> dependent on the bootloader EFI being built.
>>
>> Signed-off-by: Christian Storm <
christi...@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))
>>
>
> 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,
Dr. Christian Storm