diff options
author | Eric Covener <covener@apache.org> | 2013-11-24 18:32:00 +0100 |
---|---|---|
committer | Eric Covener <covener@apache.org> | 2013-11-24 18:32:00 +0100 |
commit | 9a1048ea9aba2d0ec78c69fa7e6a5ab9eb296fe7 (patch) | |
tree | 68d4a3f79604fe3c5f37141ced7b49faea89bb19 /docs/manual/programs/configure.xml | |
parent | Just critically warn people... but keep pushing through. (diff) | |
download | apache2-9a1048ea9aba2d0ec78c69fa7e6a5ab9eb296fe7.tar.xz apache2-9a1048ea9aba2d0ec78c69fa7e6a5ab9eb296fe7.zip |
drop a caveat with an outdated example, there is now "reallyall" documented above.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1545015 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/programs/configure.xml')
-rw-r--r-- | docs/manual/programs/configure.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/manual/programs/configure.xml b/docs/manual/programs/configure.xml index e1adab6799..8212e966fd 100644 --- a/docs/manual/programs/configure.xml +++ b/docs/manual/programs/configure.xml @@ -428,16 +428,6 @@ <directive module="mod_so">LoadModule</directive> directives for all built modules can be activated via the configure option <code>--enable-load-all-modules</code>.</p> - <p><strong>Caveat:</strong> - <code>--enable-mods-shared=all</code> does not actually build all - modules. To build all modules then, one might use:</p> - <example> - ./configure \<br /> - <indent> - --with-ldap \<br /> - --enable-mods-shared="all ssl ldap cache proxy authn_alias file_cache authnz_ldap charset_lite dav_lock cache_disk" - </indent> - </example> </dd> <dt><code>--enable-mods-static=<var>MODULE-LIST</var></code></dt> |