]> git.ipfire.org Git - ddns.git/blobdiff - configure.ac
Makefile: Fix building man-pages only
[ddns.git] / configure.ac
index 19a3027f17f212b6c3c49224bf871c77507a4ead..9acfd6f00b4f929542c618653013ef52b56b659a 100644 (file)
@@ -21,7 +21,7 @@
 AC_PREREQ([2.64])
 
 AC_INIT([ddns],
-       [007],
+       [010],
        [info@ipfire.org],
        [ddns],
        [http://git.ipfire.org/?p=oddments/ddns.git;a=summary])
@@ -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]
 )