summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthew Barth <msbarth@us.ibm.com>2016-11-09 15:04:48 -0600
committerMatthew Barth <msbarth@us.ibm.com>2016-11-09 15:04:48 -0600
commit80f714beec97953e004dec330f3fc320d1c8bb02 (patch)
tree95c764c0c856f3fa9adb8b1405f2b74b91f88d3b /configure.ac
parentc0c19673995d3841f5ffcd508a138a1c68e57ba7 (diff)
downloadphosphor-host-ipmid-80f714beec97953e004dec330f3fc320d1c8bb02.tar.gz
phosphor-host-ipmid-80f714beec97953e004dec330f3fc320d1c8bb02.zip
Halt configure step on libmapper missing
Resolves openbmc/phosphor-host-ipmid#100 Change-Id: I6003829eaee5330ff62b239166be428b4ff43991 Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2d4f822..5dc3e7f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@ AC_PROG_INSTALL
AC_PROG_MAKE_SET
# Checks for libraries.
-AC_CHECK_LIB([mapper], [mapper_get_service])
+AC_CHECK_LIB([mapper], [mapper_get_service], ,[AC_MSG_ERROR([Could not find libmapper...openbmc/phosphor-objmgr package required])])
PKG_CHECK_MODULES([SYSTEMD], [libsystemd >= 221])
# Checks for header files.
OpenPOWER on IntegriCloud