You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jc...@apache.org on 2017/05/25 21:18:30 UTC

svn commit: r1796201 - /httpd/httpd/branches/httpdunit/modules/generators/config5.m4

Author: jchampion
Date: Thu May 25 21:18:30 2017
New Revision: 1796201

URL: http://svn.apache.org/viewvc?rev=1796201&view=rev
Log:
configure: don't overwrite other_targets when mod_suexec is enabled

Just append to the list.

Modified:
    httpd/httpd/branches/httpdunit/modules/generators/config5.m4

Modified: httpd/httpd/branches/httpdunit/modules/generators/config5.m4
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/httpdunit/modules/generators/config5.m4?rev=1796201&r1=1796200&r2=1796201&view=diff
==============================================================================
--- httpd/httpd/branches/httpdunit/modules/generators/config5.m4 (original)
+++ httpd/httpd/branches/httpdunit/modules/generators/config5.m4 Thu May 25 21:18:30 2017
@@ -9,7 +9,7 @@ APACHE_MODULE(autoindex, directory listi
 APACHE_MODULE(asis, as-is filetypes, , , )
 APACHE_MODULE(info, server information, , , most)
 APACHE_MODULE(suexec, set uid and gid for spawned processes, , , no, [
-              other_targets=suexec ] )
+              other_targets="$other_targets suexec" ] )
 
 # Is mod_cgid needed?
 case $host in