diff options
author | Jeff Trawick <trawick@apache.org> | 2012-10-10 02:01:21 +0200 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2012-10-10 02:01:21 +0200 |
commit | 1e4dc5deb4e2124d6a08b0e5af5b46caa57cfd08 (patch) | |
tree | efa3f03e64e6b2a56c117b86f5ead30ce3d7763a /modules/arch | |
parent | Removed __func__ usage which is c99. (diff) | |
download | apache2-1e4dc5deb4e2124d6a08b0e5af5b46caa57cfd08.tar.xz apache2-1e4dc5deb4e2124d6a08b0e5af5b46caa57cfd08.zip |
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.m4 | 3 |
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 |