]> git.ipfire.org Git - collecty.git/blobdiff - configure.ac
configure: Fix systemd detection
[collecty.git] / 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]
 )