summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorRainer Jung <rjung@apache.org>2020-04-23 08:52:45 +0000
committerRainer Jung <rjung@apache.org>2020-04-23 08:52:45 +0000
commitee78d61e461b60c83332788c3f4309e0fbf0da6f (patch)
treebc4cb00459243df13eeb53ca78714a665288b42c /acinclude.m4
parenta42f3692b1b975ba05a8e678bafe463707e7e5df (diff)
downloadhttpd-ee78d61e461b60c83332788c3f4309e0fbf0da6f.tar.gz
systemd dependencies are only needed by mod_systemd.
They should currently not be needed by httpd directly or any other binary. So no need to add them to HTTPD_LIBS. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1876869 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m41
1 files changed, 0 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index c8aab9ee62..8fb28962af 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -830,7 +830,6 @@ case $host in
if test "${ac_cv_header_systemd_sd_daemon_h}" = "no"; then
AC_MSG_WARN([Your system does not support systemd.])
else
- APR_ADDTO(HTTPD_LIBS, [$SYSTEMD_LIBS])
AC_DEFINE(HAVE_SYSTEMD, 1, [Define if systemd is supported])
fi
fi