summaryrefslogtreecommitdiff
path: root/modules/arch
diff options
context:
space:
mode:
authorPaul Querna <pquerna@apache.org>2013-08-06 16:51:15 +0000
committerPaul Querna <pquerna@apache.org>2013-08-06 16:51:15 +0000
commitba9ab903c448f1866544e2b91317e10ebe922844 (patch)
tree75975fc15702a6fbf2299bc2d193cb622a278597 /modules/arch
parent505bdb0ba77dc8a244862ba202b71fd86f7ea1d7 (diff)
downloadhttpd-ba9ab903c448f1866544e2b91317e10ebe922844.tar.gz
Add support for systemd socket activation to listener sockets.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1511033 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/arch')
-rw-r--r--modules/arch/unix/config5.m42
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/arch/unix/config5.m4 b/modules/arch/unix/config5.m4
index 0deea6b277..a992ae2813 100644
--- a/modules/arch/unix/config5.m4
+++ b/modules/arch/unix/config5.m4
@@ -21,8 +21,6 @@ APACHE_MODULE(privileges, Per-virtualhost Unix UserIDs and enhanced security for
])
APACHE_MODULE(systemd, Systemd support, , , all, [
- AC_CHECK_LIB(systemd-daemon, sd_notify, SYSTEMD_LIBS="-lsystemd-daemon")
- AC_CHECK_HEADERS(systemd/sd-daemon.h, [ap_HAVE_SD_DAEMON_H="yes"], [ap_HAVE_SD_DAEMON_H="no"])
if test $ap_HAVE_SD_DAEMON_H = "no" || test -z "${SYSTEMD_LIBS}"; then
AC_MSG_WARN([Your system does not support systemd.])
enable_systemd="no"