X-Git-Url: http://git.ipfire.org/?p=ddns.git;a=blobdiff_plain;f=configure.ac;h=008950d5411a1ae31b0e80d8451f03d65fcb5d13;hp=66d5db3b02ea5fcb48e11a00c88bb20c93be108e;hb=e969ed41a2d2b30ce0b28e43087b8b9bf459f783;hpb=04577ee9311f825d4bf84a5f4b15e085c1bdc3f3 diff --git a/configure.ac b/configure.ac index 66d5db3..008950d 100644 --- a/configure.ac +++ b/configure.ac @@ -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] )