Learn more about these different git repos.
Other Git URLs
22b34fe
@@ -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],
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.
Oops, this is embarassing. Thank you for the patch.
Pull-Request has been closed by jhrozek
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.