From b15d654ed1f6804fb2e82a5cfe97eaf35b83529e Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Thu, 7 Mar 2019 12:09:51 -0800 Subject: build: add dependency on ipmiblob ipmiblob is the library provided by ipmi-blob-tool. Change-Id: Ic58065eb280e8628f36764bd40f973be10f114ca Signed-off-by: Patrick Venture --- configure.ac | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/configure.ac b/configure.ac index fb3d62a..31f9416 100644 --- a/configure.ac +++ b/configure.ac @@ -42,6 +42,14 @@ PKG_CHECK_MODULES( [], [AC_MSG_ERROR([Could not find libipmid...openbmc/phosphor-host-ipmid package required])] ) +PKG_CHECK_MODULES( + [IPMIBLOB], + [ipmiblob], + [], + [AC_MSG_ERROR( + [Could not find ipmiblob...openbmc/ipmi-blob-tool package required]) + ] +) AX_PTHREAD([], [AC_MSG_ERROR(["pthread required and not found"])]) # Make it possible for users to choose if they want test support -- cgit v1.2.3