public inbox for ddns@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] configure: Fix systemd detection
@ 2015-06-23 22:34 Michael Tremer
  0 siblings, 0 replies; only message in thread
From: Michael Tremer @ 2015-06-23 22:34 UTC (permalink / raw)
  To: ddns

[-- 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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-06-23 22:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-23 22:34 [PATCH] configure: Fix systemd detection Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox