]> granicus.if.org Git - apache/commitdiff
Merge r1545015 from trunk:
authorEric Covener <covener@apache.org>
Sun, 24 Nov 2013 17:32:35 +0000 (17:32 +0000)
committerEric Covener <covener@apache.org>
Sun, 24 Nov 2013 17:32:35 +0000 (17:32 +0000)
drop a caveat with an outdated example, there is now "reallyall" documented above.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1545016 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/programs/configure.xml

index e1adab67993e8d415a7e2910c2bc62af6922eeb6..8212e966fd1b202b4c91f8af49715f84304a6854 100644 (file)
           <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>