summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorRainer Jung <rjung@apache.org>2020-04-23 10:18:12 +0000
committerRainer Jung <rjung@apache.org>2020-04-23 10:18:12 +0000
commitbf3eb5a3e3ebf983398f27e598f2e2289a75e6dc (patch)
treea8a5e9dbdd39f78248454ba5de524a230f3a3436 /acinclude.m4
parentee78d61e461b60c83332788c3f4309e0fbf0da6f (diff)
downloadhttpd-bf3eb5a3e3ebf983398f27e598f2e2289a75e6dc.tar.gz
Revert r1876869 because on trunk server/listen.c
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
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 8fb28962af..c8aab9ee62 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -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