#4044 build: fix detection of systemd.pc
Closed 4 years ago by jhrozek. Opened 4 years ago by yrro.
SSSD/ yrro/sssd fix-systemd-detection  into  master

file modified
+1 -1
@@ -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

4 years ago
Metadata