From: Jacob Champion Date: Thu, 25 May 2017 21:18:30 +0000 (+0000) Subject: configure: don't overwrite other_targets when mod_suexec is enabled X-Git-Tag: 2.5.0-alpha~367^2~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1b223229a188d0559b08b2c1fa38bfd0b6b4eed4;p=apache configure: don't overwrite other_targets when mod_suexec is enabled Just append to the list. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/httpdunit@1796201 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/generators/config5.m4 b/modules/generators/config5.m4 index bf295217e0..da33140938 100644 --- a/modules/generators/config5.m4 +++ b/modules/generators/config5.m4 @@ -9,7 +9,7 @@ APACHE_MODULE(autoindex, directory listing, , , yes) 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