]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Invalid syntax for the configure script.
authorRich Bowen <rbowen@apache.org>
Thu, 25 Mar 2010 12:22:04 +0000 (12:22 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 25 Mar 2010 12:22:04 +0000 (12:22 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@927365 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/install.html.en
docs/manual/install.xml

index ab38294dfae049800f2c8148225974deb4db1d70..28e6836aa004c4bf51181d89111cbbfda618d100 100644 (file)
@@ -231,7 +231,7 @@ $ tar xvf httpd-<em>NN</em>.tar
     <code>mod_</code> string removed and with any underscore converted
     to a dash.  You can also choose to compile modules as <a href="dso.html">shared objects (DSOs)</a> -- which can be loaded
     or unloaded at runtime -- by using the option
-    <code>--enable-<var>module</var>=shared</code>.  Similarly, you can
+    <code>--enable-mods-shared</code>.  Similarly, you can
     disable Base modules with the
     <code>--disable-<var>module</var></code> option.  Be careful when
     using these options, since <code class="program"><a href="./programs/configure.html">configure</a></code> cannot warn you
@@ -256,8 +256,9 @@ $ tar xvf httpd-<em>NN</em>.tar
 <div class="example"><p><code>
       $ CC="pgcc" CFLAGS="-O2" \<br />
        ./configure --prefix=/sw/pkg/apache \<br />
-       --enable-rewrite=shared \<br />
-       --enable-speling=shared
+       --enable-rewrite \<br />
+       --enable-speling \<br />
+       --enable-mods-shared="rewrite speling"
 </code></p></div>
 
     <p>When <code class="program"><a href="./programs/configure.html">configure</a></code> is run it will take several minutes to
index 94a6c71b982903018f17524f76e4ea752bb9787c..723ae6cc310212108c12d9b668400230ba86a9cf 100644 (file)
@@ -234,7 +234,7 @@ $ tar xvf httpd-<em>NN</em>.tar
     to a dash.  You can also choose to compile modules as <a
     href="dso.html">shared objects (DSOs)</a> -- which can be loaded
     or unloaded at runtime -- by using the option
-    <code>--enable-<var>module</var>=shared</code>.  Similarly, you can
+    <code>--enable-mods-shared</code>.  Similarly, you can
     disable Base modules with the
     <code>--disable-<var>module</var></code> option.  Be careful when
     using these options, since <program>configure</program> cannot warn you
@@ -259,8 +259,9 @@ $ tar xvf httpd-<em>NN</em>.tar
 <example>
       $ CC="pgcc" CFLAGS="-O2" \<br />
        ./configure --prefix=/sw/pkg/apache \<br />
-       --enable-rewrite=shared \<br />
-       --enable-speling=shared
+       --enable-rewrite \<br />
+       --enable-speling \<br />
+       --enable-mods-shared="rewrite speling"
 </example>
 
     <p>When <program>configure</program> is run it will take several minutes to