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

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

index 50d6f25720c137c829e4dc70f7b11b09e3669817..35c0ba76da21f87b83e35d975103922564689694 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 da5030b043f89af40d394e6e37b2c801767b8d84..75d88b304615adff180aa197bde5e16d0ecbea30 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>