From 1e4dc5deb4e2124d6a08b0e5af5b46caa57cfd08 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Wed, 10 Oct 2012 00:01:21 +0000 Subject: [PATCH] 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 --- modules/arch/unix/config5.m4 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/arch/unix/config5.m4 b/modules/arch/unix/config5.m4 index abfcee20bbc..46f3facf79f 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 -- 2.47.2