]> granicus.if.org Git - apache/commitdiff
Follow up r1393976: Fix typo in enablement of mod_systemd that caused it to be enable...
authorJeff Trawick <trawick@apache.org>
Wed, 10 Oct 2012 00:01:21 +0000 (00:01 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 10 Oct 2012 00:01:21 +0000 (00:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1396424 13f79535-47bb-0310-9956-ffa450edef68

modules/arch/unix/config5.m4

index abfcee20bbcaa31c8e04c304d265ee62d3ff54d7..46f3facf79fdbfaefdf264fbdf76521e662298c0 100644 (file)
@@ -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