]> git.ipfire.org Git - ddns.git/blobdiff - configure.ac
Makefile: Fix building man-pages only
[ddns.git] / configure.ac
index 66d5db3b02ea5fcb48e11a00c88bb20c93be108e..9acfd6f00b4f929542c618653013ef52b56b659a 100644 (file)
@@ -21,7 +21,7 @@
 AC_PREREQ([2.64])
 
 AC_INIT([ddns],
-       [006],
+       [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]
 )