From 22b34fef7ab873abe7b32cb587431eb212433f0b Mon Sep 17 00:00:00 2001 From: Sam Morris Date: Jul 15 2019 15:20:32 +0000 Subject: build: fix detection of systemd.pc Related: https://pagure.io/SSSD/sssd/issue/4043 A typo prevents systemd.pc from being detected, in turn this means HAVE_SYSTEMD is never set, responders are built without socket activation support and the monitor never notifies systemd that it is ready. --- diff --git a/src/external/systemd.m4 b/src/external/systemd.m4 index 9cd4208..a0e2049 100644 --- a/src/external/systemd.m4 +++ b/src/external/systemd.m4 @@ -1,5 +1,5 @@ if test x"$with_syslog" = xjournald || \ - test x"$with_initdscript" = xsystemd; then + test x"$with_initscript" = xsystemd; then dnl A macro to check presence of systemd on the system PKG_CHECK_EXISTS([systemd],