summaryrefslogtreecommitdiff
path: root/docs/manual/programs
diff options
context:
space:
mode:
authorAstrid Malo <kess@apache.org>2003-11-23 02:50:48 +0000
committerAstrid Malo <kess@apache.org>2003-11-23 02:50:48 +0000
commit26c21345901833ded84fcd89f2ab10f5f4f5dfca (patch)
tree8191151294baaf3059d9f9e16932b9c611624b20 /docs/manual/programs
parent7c5b42692acea4272e3c2ae5727248941ed703e4 (diff)
downloadhttpd-26c21345901833ded84fcd89f2ab10f5f4f5dfca.tar.gz
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.en7
-rw-r--r--docs/manual/programs/configure.xml7
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>