]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix --enable-mods-shared processing. If most is specified,
authorRyan Bloom <rbb@apache.org>
Wed, 3 Oct 2001 17:47:51 +0000 (17:47 +0000)
committerRyan Bloom <rbb@apache.org>
Wed, 3 Oct 2001 17:47:51 +0000 (17:47 +0000)
commite4322fb2e1ccc2d7f34511bb3c9ee657955cbd99
tree0d2337e2ebacb566eec9395c6c84296cb5e09259
parentedab33dc9c1e1dafc6676040b7ce706b10136cad
Fix --enable-mods-shared processing.  If most is specified,
then all modules that can be compiled as shared modules are.  This
was done by adding a module config specifier, static, which denotes
that a module can not be compiled as a DSO.

Submitted by:   Aaron Bannert <aaron@clove.org>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91262 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
STATUS
acinclude.m4
modules/http/config2.m4
modules/mappers/config9.m4