summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 40be188..5cbdfc6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,6 +31,9 @@ PKG_CHECK_MODULES([SDBUSPLUS], [sdbusplus],,\
AC_MSG_ERROR(["Requires sdbusplus package."]))
AS_IF([test "x$enable_softoff" != "xno"],
+ PKG_CHECK_MODULES([SDEVENTPLUS], [sdeventplus],,\
+ AC_MSG_ERROR(["Requires sdeventplus package."]))
+
# Check for sdbus++ tool
[AC_PATH_PROG([SDBUSPLUSPLUS], [sdbus++])]
AS_IF([test "x$SDBUSPLUSPLUS" == "x"],
OpenPOWER on IntegriCloud