]> granicus.if.org Git - apache/commit
Per discussion on new-httpd, change the logic to do the following:
authorJustin Erenkrantz <jerenkrantz@apache.org>
Sun, 19 Aug 2001 16:00:59 +0000 (16:00 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Sun, 19 Aug 2001 16:00:59 +0000 (16:00 +0000)
commit6aee4107301c7912fa652d2f5e4b57c1caef902c
treee18e8747a2bc90fed30ba5afd99e8832bde39ad5
parentd40f9b24be57eb5d8600a817936f5246319f87d2
Per discussion on new-httpd, change the logic to do the following:

--enable-modules=most will disable a module if it can not be built
--enable-modules=all  will error if a module can not be built
--enable-modules=foo  will error if the specified module can not be built
                      (even if --enable-modules=most is set)

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