diff options
author | Astrid Malo <kess@apache.org> | 2003-11-23 03:50:48 +0100 |
---|---|---|
committer | Astrid Malo <kess@apache.org> | 2003-11-23 03:50:48 +0100 |
commit | 26c21345901833ded84fcd89f2ab10f5f4f5dfca (patch) | |
tree | 8191151294baaf3059d9f9e16932b9c611624b20 /docs/manual/programs | |
parent | switch to new pollset api (diff) | |
download | apache2-26c21345901833ded84fcd89f2ab10f5f4f5dfca.tar.xz apache2-26c21345901833ded84fcd89f2ab10f5f4f5dfca.zip |
add a note about the spelling of options
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101851 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/programs')
-rw-r--r-- | docs/manual/programs/configure.html.en | 7 | ||||
-rw-r--r-- | docs/manual/programs/configure.xml | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/docs/manual/programs/configure.html.en b/docs/manual/programs/configure.html.en index 50d6f25720..35c0ba76da 100644 --- a/docs/manual/programs/configure.html.en +++ b/docs/manual/programs/configure.html.en @@ -276,6 +276,13 @@ <dd>By default enabled modules are linked statically. You can force this explicitly.</dd> </dl> + + <div class="note"><h3>Note</h3> + <code>configure</code> will not complain about + <code>--enable-<var>foo</var></code> even if <var>foo</var> doesn't + exist, so you need to type carefully. + </div> + <h4><a name="modules" id="modules">Enable or disable discrete modules</a></h4> diff --git a/docs/manual/programs/configure.xml b/docs/manual/programs/configure.xml index da5030b043..75d88b3046 100644 --- a/docs/manual/programs/configure.xml +++ b/docs/manual/programs/configure.xml @@ -260,6 +260,13 @@ <dd>By default enabled modules are linked statically. You can force this explicitly.</dd> </dl> + + <note><title>Note</title> + <code>configure</code> will not complain about + <code>--enable-<var>foo</var></code> even if <var>foo</var> doesn't + exist, so you need to type carefully. + </note> + </section> <section id="modules"><title>Enable or disable discrete modules</title> |