summaryrefslogtreecommitdiff
path: root/modules/arch
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2012-10-10 00:01:21 +0000
committerJeff Trawick <trawick@apache.org>2012-10-10 00:01:21 +0000
commit1e4dc5deb4e2124d6a08b0e5af5b46caa57cfd08 (patch)
treeefa3f03e64e6b2a56c117b86f5ead30ce3d7763a /modules/arch
parent1de0d804da2faf3f3db8c6d70c84b658d006b6fc (diff)
downloadhttpd-1e4dc5deb4e2124d6a08b0e5af5b46caa57cfd08.tar.gz
Follow up r1393976: Fix typo in enablement of mod_systemd that caused it to be enabled on non-Unix
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1396424 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/arch')
-rw-r--r--modules/arch/unix/config5.m43
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/arch/unix/config5.m4 b/modules/arch/unix/config5.m4
index abfcee20bb..46f3facf79 100644
--- a/modules/arch/unix/config5.m4
+++ b/modules/arch/unix/config5.m4
@@ -19,8 +19,7 @@ APACHE_MODULE(privileges, Per-virtualhost Unix UserIDs and enhanced security for
fi
])
-
-APACHE_MODULE(systemd, Systemd support, , , $unixd_mods_enabled, [
+APACHE_MODULE(systemd, Systemd support, , , $unixd_mods_enable, [
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