X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=configure.ac;h=dad12b769c0e85b581f7673c8fd2f6453f9f132b;hb=HEAD;hp=19a3027f17f212b6c3c49224bf871c77507a4ead;hpb=0d0794a1b70354810894f90eef2aa9fa59d58e2c;p=ddns.git diff --git a/configure.ac b/configure.ac index 19a3027..512f5ff 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ AC_PREREQ([2.64]) AC_INIT([ddns], - [007], + [015], [info@ipfire.org], [ddns], [http://git.ipfire.org/?p=oddments/ddns.git;a=summary]) @@ -54,7 +54,7 @@ AC_PROG_SED AC_PATH_PROG([XSLTPROC], [xsltproc]) # Python -AM_PATH_PYTHON([2.7]) +AM_PATH_PYTHON([3.6]) save_LIBS="$LIBS" @@ -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] )