summaryrefslogtreecommitdiff
path: root/docs/manual/programs/configure.html.en
diff options
context:
space:
mode:
authorAstrid Malo <kess@apache.org>2003-11-23 03:06:28 +0000
committerAstrid Malo <kess@apache.org>2003-11-23 03:06:28 +0000
commit9bc94e7f5388bf444fe21f32e1ee7b9ef0f17584 (patch)
tree4281d49d7b51aea14fba495cb12ed163b60bb4b8 /docs/manual/programs/configure.html.en
parentd7341f02742cc8e5c79e514c6e8f6bd0bb49fa58 (diff)
downloadhttpd-9bc94e7f5388bf444fe21f32e1ee7b9ef0f17584.tar.gz
add a note about spelling of options
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101852 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/programs/configure.html.en')
-rw-r--r--docs/manual/programs/configure.html.en7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/manual/programs/configure.html.en b/docs/manual/programs/configure.html.en
index 0285555c8f..e63996e6f3 100644
--- a/docs/manual/programs/configure.html.en
+++ b/docs/manual/programs/configure.html.en
@@ -271,6 +271,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>