summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAdriana Kobylak <anoo@us.ibm.com>2016-12-06 15:13:23 -0600
committerAdriana Kobylak <anoo@us.ibm.com>2017-01-30 12:57:16 -0600
commit7d0692ab33bee41f2525ebd454d948fc9d351822 (patch)
treed5eb8bc006423c207b3bf44ba08dab5e01aab7af /configure.ac
parentac784ccd09e68fc8d74ed3b308230d61f9c9e12a (diff)
downloadphosphor-logging-7d0692ab33bee41f2525ebd454d948fc9d351822.tar.gz
phosphor-logging-7d0692ab33bee41f2525ebd454d948fc9d351822.zip
Log transaction id on each journal entry
For each journal entry, add the transaction id for the process that called the log interface. This will be used to identify all the journal entries associated with a dbus message. Change-Id: Id934253bd77a517315e6cdba01a8ac819ad95b52 Signed-off-by: Adriana Kobylak <anoo@us.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 82f77a2..4d47f3b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,6 +17,8 @@ AC_PROG_MAKE_SET
LT_INIT
PKG_CHECK_MODULES([SYSTEMD], [libsystemd >= 221])
+PKG_CHECK_MODULES([SDBUSPLUS], [sdbusplus],,
+ AC_MSG_ERROR(["Requires sdbusplus package."]))
AC_CHECK_HEADER(systemd/sd-journal.h, ,[AC_MSG_ERROR([Could not find \
systemd/sd-journal.h...systemd developement package required])])
OpenPOWER on IntegriCloud