]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
systemd dependencies are only needed by mod_systemd.
authorRainer Jung <rjung@apache.org>
Thu, 23 Apr 2020 08:56:23 +0000 (08:56 +0000)
committerRainer Jung <rjung@apache.org>
Thu, 23 Apr 2020 08:56:23 +0000 (08:56 +0000)
They should currently not be needed by httpd directly
or any other binary. So no need to add them to
HTTPD_LIBS.

Should be CTR (build system).

Backport of r1876869 from trunk.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1876870 13f79535-47bb-0310-9956-ffa450edef68

acinclude.m4

index 97635f1ba5d33b09264f443d7eb4d37356c29048..5299e898b6ced9a12c36aaad2cd41b818337b997 100644 (file)
@@ -623,7 +623,6 @@ case $host in
       if test "${ac_cv_header_systemd_sd_daemon_h}" = "no" || test -z "${SYSTEMD_LIBS}"; 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