]> git.ipfire.org Git - ddns.git/blobdiff - configure.ac
spdyn: Update name and URL after service has been renamed
[ddns.git] / configure.ac
index 66d5db3b02ea5fcb48e11a00c88bb20c93be108e..a6dc30c3af2c67753d7d4028f2c132bc000eaadc 100644 (file)
@@ -21,7 +21,7 @@
 AC_PREREQ([2.64])
 
 AC_INIT([ddns],
-       [006],
+       [009],
        [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]
 )