]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Revert r1876869 because on trunk server/listen.c
authorRainer Jung <rjung@apache.org>
Thu, 23 Apr 2020 10:18:12 +0000 (10:18 +0000)
committerRainer Jung <rjung@apache.org>
Thu, 23 Apr 2020 10:18:12 +0000 (10:18 +0000)
also has a dependency on libsystemd.
Thanks to jorton for pointing it out.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1876873 13f79535-47bb-0310-9956-ffa450edef68

acinclude.m4

index 8fb28962af7534f871538727258a6b7da5e3a936..c8aab9ee62a3199fbc8af78bebc5fa68fe095e79 100644 (file)
@@ -830,6 +830,7 @@ 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