]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix --enable-modules=all breakage with mod_auth_db and mod_auth_digest
authorJustin Erenkrantz <jerenkrantz@apache.org>
Fri, 17 Aug 2001 00:31:50 +0000 (00:31 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Fri, 17 Aug 2001 00:31:50 +0000 (00:31 +0000)
commit024d0191a578338d37e8543cce9c87891c761673
tree6d2862691b17b5c84e4d6f3072e91e72c145387b
parent6c66979a94dbe397745c3c6c4d961f6259af125d
Fix --enable-modules=all breakage with mod_auth_db and mod_auth_digest
by allowing a module to disable itself if its prerequisites are not met.

This introduces the subtle nuance that if you request a module and you
don't meet its prerequisites, it'll refuse to build itself.

mod_ssl exits if its prerequisites are not met.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90261 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
acinclude.m4
modules/aaa/config.m4