]> granicus.if.org Git - apache/commit
Two more mod_so configure-time fixes:
authorAaron Bannert <aaron@apache.org>
Wed, 24 Oct 2001 17:20:44 +0000 (17:20 +0000)
committerAaron Bannert <aaron@apache.org>
Wed, 24 Oct 2001 17:20:44 +0000 (17:20 +0000)
commit6a9c4d69025da6d4a499258bc4dcf54b8fb5c648
treefee9ef3c6112728292c24d99fe2997ac4f83f67c
parent3c558ededf51064034b5c4a0e765279d2662032e
Two more mod_so configure-time fixes:
 - Treat --enable-so=yes as "static" (this includes --enable-so, etc).
 - An explicit --enable-so=shared issues an error.

Put in a note about the last condition that I'm not as sure how to fix:
If the user doesn't explicitly request mod_so, but instead gives a
mass-enable parameter like --enable-modules=most or
--enable-mods-shared=most then it is still possible to enable a bunch
of modules while mod_so itself is not buildable (ie no APR_HAS_DSO or
other build dependency failure).

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