]> git.ipfire.org Git - oddments/collecty.git/commitdiff
configure: Fix systemd detection
authorStefan Schantl <stefan.schantl@ipfire.org>
Sun, 24 May 2015 10:53:40 +0000 (10:53 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 24 May 2015 10:53:40 +0000 (10:53 +0000)
configure.ac

index 810f6936c3f7c5e5a3976ed3592ecdecfa88db2c..53616a00c538c9cdb8d3a811d14cb43190e979af 100644 (file)
@@ -101,7 +101,7 @@ AC_ARG_WITH([dbussystemservicedir],
 )
 
 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]
 )