summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorSaqib Khan <khansa@us.ibm.com>2017-02-14 11:37:08 -0600
committerSaqib Khan <khansa@us.ibm.com>2017-02-20 14:23:48 -0600
commita8006a2113114bcccf03a439d335e57de16a9693 (patch)
treed4b3ac9a4f473b957688d78300989447380e343f /configure.ac
parent206a833b2c0708f4e77c8b4ff4dc39075f53d651 (diff)
downloadphosphor-state-manager-a8006a2113114bcccf03a439d335e57de16a9693.tar.gz
phosphor-state-manager-a8006a2113114bcccf03a439d335e57de16a9693.zip
Import phosphor-logging header files from new directory
Phase2: Changing the phosphor-logging header files import from base dir to files under phosphor-logging folder. Once all projects import from the new dir, the files in the base dir will be deleted. Change-Id: I7152da5f0737171b9919bd082b09aa8ce4761430 Signed-off-by: Saqib Khan <khansa@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 100838c..c8de079 100644
--- a/configure.ac
+++ b/configure.ac
@@ -51,7 +51,7 @@ AC_DEFINE_UNQUOTED([BMC_OBJPATH], ["$BMC_OBJPATH"], [The BMC state manager Dbus
# Check for header files.
AC_CHECK_HEADER(systemd/sd-bus.h, ,[AC_MSG_ERROR([Could not find systemd/sd-bus.h...systemd developement package required])])
AC_CHECK_HEADER(sdbusplus/server.hpp, ,[AC_MSG_ERROR([Could not find sdbusplus/server.hpp...openbmc/sdbusplus package required])])
-AC_CHECK_HEADER(log.hpp, ,[AC_MSG_ERROR([Could not find log.hpp...openbmc/phosphor-logging package required])])
+AC_CHECK_HEADER(phosphor-logging/log.hpp, ,[AC_MSG_ERROR([Could not find phosphor-logging/log.hpp...openbmc/phosphor-logging package required])])
AC_CONFIG_FILES([Makefile])
AC_OUTPUT
OpenPOWER on IntegriCloud