--enable-systemd=static per covener's suggestion in
<CALK=YjPrN644NtLROwYPyBeCpev-GHSAD2J-Z2hupLymZ0op-g@mail.gmail.com>
Also fix the APACHE_MODULE() usage; disable the module by default
for the "all" modules selection.
PR: 57632
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1872763 13f79535-47bb-0310-9956-
ffa450edef68
fi
])
-APACHE_MODULE(systemd, Systemd support, , , all, [
+APACHE_MODULE(systemd, Systemd support, , , no, [
if test "${ac_cv_header_systemd_sd_daemon_h}" = "no" || test -z "${SYSTEMD_LIBS}"; then
AC_MSG_WARN([Your system does not support systemd.])
enable_systemd="no"
else
APR_ADDTO(MOD_SYSTEMD_LDADD, [$SYSTEMD_LIBS])
- enable_systemd="yes"
fi
])