]> granicus.if.org Git - apache/commitdiff
My mistake. --enaable-rewrite=shared is in fact valid syntax, even
authorRich Bowen <rbowen@apache.org>
Thu, 25 Mar 2010 13:00:37 +0000 (13:00 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 25 Mar 2010 13:00:37 +0000 (13:00 +0000)
though ./configure --help doesn't mention it.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@927376 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/install.xml

index 723ae6cc310212108c12d9b668400230ba86a9cf..94a6c71b982903018f17524f76e4ea752bb9787c 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-mods-shared</code>.  Similarly, you can
+    <code>--enable-<var>module</var>=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,9 +259,8 @@ $ tar xvf httpd-<em>NN</em>.tar
 <example>
       $ CC="pgcc" CFLAGS="-O2" \<br />
        ./configure --prefix=/sw/pkg/apache \<br />
-       --enable-rewrite \<br />
-       --enable-speling \<br />
-       --enable-mods-shared="rewrite speling"
+       --enable-rewrite=shared \<br />
+       --enable-speling=shared
 </example>
 
     <p>When <program>configure</program> is run it will take several minutes to