summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2018-09-20 18:48:20 -0700
committerWilliam A. Kennington III <wak@google.com>2018-09-27 11:57:23 -0700
commit3a70fa24fc016a06b0dc2ecdc3c7275d1f25425c (patch)
tree649acab21ab5c66f607e02b348ee49c51ac53599 /configure.ac
parent548e9f13d2f0aa3eb0ec6ab179c3f5697b108366 (diff)
downloadphosphor-networkd-3a70fa24fc016a06b0dc2ecdc3c7275d1f25425c.tar.gz
phosphor-networkd-3a70fa24fc016a06b0dc2ecdc3c7275d1f25425c.zip
Migrate to a common timer class
This change pulls in sdeventplus and uses the timer implementation as a drop in for the currently included timer. Tested: Unit tests still build but are not currently running. Manually tested this change on a zaius machine and made sure timers went off. Change-Id: I2808196581fc766843931403b83fead16926b0ae Signed-off-by: William A. Kennington III <wak@google.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 48adff4..b7bfd18 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,6 +34,8 @@ PKG_CHECK_MODULES([SYSTEMD], [libsystemd >= 221])
PKG_CHECK_MODULES([SDBUSPLUS], [sdbusplus],,\
AC_MSG_ERROR(["Requires sdbusplus package."]))
+PKG_CHECK_MODULES([SDEVENTPLUS], [sdeventplus],,\
+AC_MSG_ERROR(["Requires sdeventplus package."]))
AC_PATH_PROG([SDBUSPLUSPLUS], [sdbus++])
OpenPOWER on IntegriCloud