]> granicus.if.org Git - apache/commit
mod_so can only be built statically. If the user wants modules to
authorAaron Bannert <aaron@apache.org>
Thu, 15 May 2003 06:30:27 +0000 (06:30 +0000)
committerAaron Bannert <aaron@apache.org>
Thu, 15 May 2003 06:30:27 +0000 (06:30 +0000)
commit5548c16cd8cdec5612389fd80d13669768547028
tree294e6362bd4b5a38cd58f14c4398b6c61fd5e5de
parent751a2987efe083fdccc0315d7c75bdc7f3954958
mod_so can only be built statically. If the user wants modules to
be built as DSOs by default (eg. ./configure --enable-mods-shared=most)
then we must override the default, otherwise none of the modules will
end up being installed (even though they'll get built).

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