You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
764 B
26 lines
764 B
2 years ago
|
From 99e1976b5dbe8379457bd3cd3115208b688f0c9c Mon Sep 17 00:00:00 2001
|
||
|
From: Juan Orti Alcaine <j.orti.alcaine@gmail.com>
|
||
|
Date: Wed, 9 Nov 2016 16:29:10 +0100
|
||
|
Subject: [PATCH] pkg-config libsystemd-daemon has been renamed to libsystemd
|
||
|
|
||
|
---
|
||
|
configure.ac | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/configure.ac b/configure.ac
|
||
|
index bb3674e..2b02ef4 100644
|
||
|
--- a/configure.ac
|
||
|
+++ b/configure.ac
|
||
|
@@ -28,7 +28,7 @@ AC_ARG_WITH([systemd],
|
||
|
[], [with_systemd=check])
|
||
|
have_systemd=no
|
||
|
if test "x$with_systemd" != "xno"; then
|
||
|
- PKG_CHECK_MODULES(systemd, [libsystemd-daemon],
|
||
|
+ PKG_CHECK_MODULES(systemd, [libsystemd],
|
||
|
[AC_DEFINE(HAVE_SYSTEMD, 1, [Define if systemd is available])
|
||
|
have_systemd=yes],
|
||
|
have_systemd=no)
|
||
|
--
|
||
|
2.9.3
|
||
|
|