https://issues.apache.org/bugzilla/show_bug.cgi?id=44798
--- Comment #1 from Tobias Schmidt <[email protected]> 2010-01-26 10:13:15 UTC --- Created an attachment (id=24894) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24894) Patch to fix autoconf macro APACHE_MODULE The online documentation is correct. There is a problem in the Autoconf configuration, which leads to the wrong option name. The patch will fix this. explanation: mod_http requires to be a static module (see modules/http/config2.m4 line 7). Therefore the module default setting is 'static' instead of the normal 'yes' (see modules/http/config2.m4 line 17). The Autoconf macro APACHE_MODULE displays only for modules with default of 'yes' the correct label "--disable-<module>". Modules with other default values than 'yes' are labeled with "--enable-<module>" which is obviously wrong for the 'static' value. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
