From: Michael Tremer <michael.tremer@ipfire.org>
To: ddns@lists.ipfire.org
Subject: [PATCH] configure: Fix systemd detection
Date: Tue, 23 Jun 2015 22:34:50 +0000 [thread overview]
Message-ID: <1435098890-14255-1-git-send-email-michael.tremer@ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 634 bytes --]
libsystem-daemon does not exist any more in newer versions of
systemd so that we will need to check libsystemd.
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 19a3027..9222638 100644
--- a/configure.ac
+++ b/configure.ac
@@ -77,7 +77,7 @@ AC_ARG_WITH([systemd],
)
AS_IF([test "x$with_systemd" != "xno"],
- [PKG_CHECK_MODULES(systemd, [libsystemd-daemon],
+ [PKG_CHECK_MODULES(systemd, [libsystemd],
[have_systemd=yes], [have_systemd=no])],
[have_systemd=no]
)
--
1.8.1
reply other threads:[~2015-06-23 22:34 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1435098890-14255-1-git-send-email-michael.tremer@ipfire.org \
--to=michael.tremer@ipfire.org \
--cc=ddns@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox