summaryrefslogtreecommitdiff
path: root/m4/virt-systemd-daemon.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/virt-systemd-daemon.m4')
-rw-r--r--m4/virt-systemd-daemon.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/virt-systemd-daemon.m4 b/m4/virt-systemd-daemon.m4
index 8516e41d53..9cf958f664 100644
--- a/m4/virt-systemd-daemon.m4
+++ b/m4/virt-systemd-daemon.m4
@@ -1,4 +1,4 @@
-dnl The libsystemd-daemon.so library
+dnl The libsystemd.so library
dnl
dnl Copyright (C) 2012-2013 Red Hat, Inc.
dnl
@@ -18,7 +18,7 @@ dnl <http://www.gnu.org/licenses/>.
dnl
AC_DEFUN([LIBVIRT_CHECK_SYSTEMD_DAEMON],[
- LIBVIRT_CHECK_PKG([SYSTEMD_DAEMON], [libsystemd-daemon], [0.27.1])
+ LIBVIRT_CHECK_PKG([SYSTEMD_DAEMON], [libsystemd], [217])
old_CFLAGS="$CFLAGS"
old_LIBS="$LIBS"