]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
add a note about spelling of options
authorAstrid Malo <kess@apache.org>
Sun, 23 Nov 2003 03:06:28 +0000 (03:06 +0000)
committerAstrid Malo <kess@apache.org>
Sun, 23 Nov 2003 03:06:28 +0000 (03:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101852 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/programs/configure.html.en
docs/manual/programs/configure.xml

index 0285555c8fd03cf023abe662315229d23b887b81..e63996e6f3776cb4dad5742dc3d4397afac99dc9 100644 (file)
         <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>
index 7cd19611de743a14ac971b3f74ee0e91161faab4..5b4a65ba93763ed096c2618527a9caa330496d2b 100644 (file)
         <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>