summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 5 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 7fb93d5..ebd6a70 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,9 +28,11 @@ PKG_CHECK_MODULES(
[],
[AC_MSG_ERROR([Could not find phosphor-logging...openbmc/phosphor-logging package required])]
)
-AC_CHECK_HEADER(
- [host-ipmid],
- [AC_MSG_ERROR(["phosphor-host-ipmid required and not found."])]
+PKG_CHECK_MODULES(
+ [LIBIPMID],
+ [libipmid],
+ [],
+ [AC_MSG_ERROR([Could not find libipmid...openbmc/phosphor-host-ipmid package required])]
)
AC_CHECK_HEADER(
experimental/filesystem,
OpenPOWER on IntegriCloud