summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthew Barth <msbarth@us.ibm.com>2017-02-17 15:39:36 -0600
committerMatthew Barth <msbarth@us.ibm.com>2017-03-09 15:13:33 -0600
commit293477d4650314935a3741c547efcb36d5efb340 (patch)
treea21cf9ae720be38a7d16f1a4cd33d9487dd130d9 /configure.ac
parentae0e96c3f98e57e5988b1621ec4c67d4b27cda4f (diff)
downloadphosphor-fan-presence-293477d4650314935a3741c547efcb36d5efb340.tar.gz
phosphor-fan-presence-293477d4650314935a3741c547efcb36d5efb340.zip
Add fan presence application framework
Add class framework for detecting fans by tach Change-Id: I45295fd6bcd81c62cef36320dfbc4f0da6092557 Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index ee10e62..26b5cc4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,8 +18,10 @@ AX_CXX_COMPILE_STDCXX_14([noext])
AX_APPEND_COMPILE_FLAGS([-Wall -Werror], [CXXFLAGS])
# Checks for libraries.
-PKG_CHECK_MODULES([SYSTEMD], [libsystemd >= 221], ,
-[AC_MSG_ERROR([The systemd development package is required])])
+PKG_CHECK_MODULES([SDBUSPLUS], [sdbusplus], ,
+[AC_MSG_ERROR([The openbmc/sdbusplus package is required])])
+
+# Checks for header files.
# Checks for library functions.
LT_INIT # Required for systemd linking
OpenPOWER on IntegriCloud