summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthew Barth <msbarth@us.ibm.com>2017-02-22 11:15:56 -0600
committerMatthew Barth <msbarth@us.ibm.com>2017-03-15 13:46:31 -0500
commitfefdc45eec58f4c6c75d05b156df2dfbae421cd3 (patch)
tree8b32b7ca51fed3e1aeffd4cbc411b483f45e1e24 /configure.ac
parent398257a1d26c3591f534168900c271d9541bc4ad (diff)
downloadphosphor-fan-presence-fefdc45eec58f4c6c75d05b156df2dfbae421cd3.tar.gz
phosphor-fan-presence-fefdc45eec58f4c6c75d05b156df2dfbae421cd3.zip
Trace mapper and inventory errors
Add journal error entries for error conditions on mapper and inventory manager update calls. Change-Id: Iecb310575414878f4b83c24136e6ae1312c6f7aa Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 648d018..d5659f3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,6 +23,8 @@ AX_APPEND_COMPILE_FLAGS([-Wall -Werror], [CXXFLAGS])
# Checks for libraries.
PKG_CHECK_MODULES([SDBUSPLUS], [sdbusplus], ,
[AC_MSG_ERROR([The openbmc/sdbusplus package is required])])
+PKG_CHECK_MODULES([PHOSPHOR_LOGGING], [phosphor-logging], ,
+[AC_MSG_ERROR([The openbmc/phosphor-logging package is required])])
# Checks for header files.
OpenPOWER on IntegriCloud