summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>2017-07-25 09:36:54 -0500
committerDhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>2017-07-28 13:42:44 -0500
commit61d3b6a1f283f0926cb3e92e14378175030da1b2 (patch)
tree3b8d8876351799d014d790d3053be3961e8d9c60 /configure.ac
parentc15990a32063192e51c0c3ef5e65e149b2c44d70 (diff)
downloadphosphor-settingsd-61d3b6a1f283f0926cb3e92e14378175030da1b2.tar.gz
phosphor-settingsd-61d3b6a1f283f0926cb3e92e14378175030da1b2.zip
Validate changes to default settings.
Resolves openbmc/openbmc#1771 Change-Id: I763e811e88710425131ec504ff933e3c41c458e6 Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.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 083d623..895ce17 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,6 +16,8 @@ PKG_CHECK_MODULES([PHOSPHOR_DBUS_INTERFACES], [phosphor-dbus-interfaces],,\
AC_MSG_ERROR(["Requires phosphor-dbus-interfaces package."]))
PKG_CHECK_MODULES([SDBUSPLUS], [sdbusplus],,
AC_MSG_ERROR(["Requires sdbusplus package."]))
+PKG_CHECK_MODULES([PHOSPHOR_LOGGING], [phosphor-logging],,\
+ AC_MSG_ERROR(["Requires phosphor-logging package."]))
LT_INIT
OpenPOWER on IntegriCloud