1 diff -uap httpd-2.4.27/modules/arch/unix/config5.m4.systemd httpd-2.4.27/modules/arch/unix/config5.m4
2 --- httpd-2.4.27/modules/arch/unix/config5.m4.systemd
3 +++ httpd-2.4.27/modules/arch/unix/config5.m4
8 +APACHE_MODULE(systemd, Systemd support, , , all, [
9 + if test "${ac_cv_header_systemd_sd_daemon_h}" = "no" || test -z "${SYSTEMD_LIBS}"; then
10 + AC_MSG_WARN([Your system does not support systemd.])
13 + APR_ADDTO(MOD_SYSTEMD_LDADD, [$SYSTEMD_LIBS])
14 + enable_systemd="yes"
18 APR_ADDTO(INCLUDES, [-I\$(top_srcdir)/$modpath_current])