]> git.ipfire.org Git - ddns.git/blobdiff - configure.ac
Bump version to 011
[ddns.git] / configure.ac
index 66d5db3b02ea5fcb48e11a00c88bb20c93be108e..008950d5411a1ae31b0e80d8451f03d65fcb5d13 100644 (file)
@@ -21,7 +21,7 @@
 AC_PREREQ([2.64])
 
 AC_INIT([ddns],
-       [006],
+       [011],
        [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]
 )