You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2012/10/10 02:01:21 UTC

svn commit: r1396424 - /httpd/httpd/trunk/modules/arch/unix/config5.m4

Author: trawick
Date: Wed Oct 10 00:01:21 2012
New Revision: 1396424

URL: http://svn.apache.org/viewvc?rev=1396424&view=rev
Log:
Follow up r1393976: Fix typo in enablement of mod_systemd that caused it to be enabled on non-Unix

Modified:
    httpd/httpd/trunk/modules/arch/unix/config5.m4

Modified: httpd/httpd/trunk/modules/arch/unix/config5.m4
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/arch/unix/config5.m4?rev=1396424&r1=1396423&r2=1396424&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/arch/unix/config5.m4 (original)
+++ httpd/httpd/trunk/modules/arch/unix/config5.m4 Wed Oct 10 00:01:21 2012
@@ -19,8 +19,7 @@ APACHE_MODULE(privileges, Per-virtualhos
   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