From: Jeff Trawick Date: Wed, 10 Oct 2012 00:01:21 +0000 (+0000) Subject: Follow up r1393976: Fix typo in enablement of mod_systemd that caused it to be enable... X-Git-Tag: 2.5.0-alpha~6217 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e4dc5deb4e2124d6a08b0e5af5b46caa57cfd08;p=thirdparty%2Fapache%2Fhttpd.git 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 --- 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