]> git.ipfire.org Git - people/ms/ddns.git/blobdiff - configure.ac
configure: Fix systemd detection
[people/ms/ddns.git] / configure.ac
index 19a3027f17f212b6c3c49224bf871c77507a4ead..922263835a7a1d36974f1d24a10fae33f656a1ca 100644 (file)
@@ -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]
 )