[Pkg-libvirt-commits] [libguestfs] 13/156: build: bump the libsystemd-journal needed version to 196
Hilko Bengen
bengen at moszumanska.debian.org
Sat Aug 30 08:25:38 UTC 2014
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch master
in repository libguestfs.
commit 6175c476d6b1c1843035221d6a349aaabcde08d5
Author: Pino Toscano <ptoscano at redhat.com>
Date: Fri May 16 11:05:40 2014 +0200
build: bump the libsystemd-journal needed version to 196
Bump to >= v196 the minimum version of libsystemd-journal needed for the
journal integration, since that version provides
sd_journal_get_data_threshold and sd_journal_set_data_threshold.
(cherry picked from commit 45971ab95222204a1b8d9a311a739c453308cade)
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index ef78cb2..4c7db33 100644
--- a/configure.ac
+++ b/configure.ac
@@ -945,7 +945,7 @@ PKG_CHECK_MODULES([HIVEX], [hivex],[
AM_CONDITIONAL([HAVE_HIVEX],[test "x$HIVEX_LIBS" != "x"])
dnl systemd journal library (optional)
-PKG_CHECK_MODULES([SD_JOURNAL], [libsystemd-journal],[
+PKG_CHECK_MODULES([SD_JOURNAL], [libsystemd-journal >= 196],[
AC_SUBST([SD_JOURNAL_CFLAGS])
AC_SUBST([SD_JOURNAL_LIBS])
AC_DEFINE([HAVE_SD_JOURNAL],[1],[systemd journal library found at compile time.])
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git
More information about the Pkg-libvirt-commits
mailing list