From: Stefan Schantl Date: Sun, 24 May 2015 10:53:40 +0000 (+0000) Subject: configure: Fix systemd detection X-Git-Tag: 003~24 X-Git-Url: http://git.ipfire.org/?p=collecty.git;a=commitdiff_plain;h=32ce4696a3f09d4c97516b65ef3efc9b55261c64 configure: Fix systemd detection --- diff --git a/configure.ac b/configure.ac index 810f693..53616a0 100644 --- a/configure.ac +++ b/configure.ac @@ -101,7 +101,7 @@ AC_ARG_WITH([dbussystemservicedir], ) 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] )