summaryrefslogtreecommitdiff
path: root/docs/manual/install.xml
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2010-03-25 12:22:04 +0000
committerRich Bowen <rbowen@apache.org>2010-03-25 12:22:04 +0000
commit9c905bbb0b5a1708765be2c3135dbcdd867b11f2 (patch)
treea1716f5a0237006bf5cdcf6ef642d0d986bdbd0c /docs/manual/install.xml
parent3d9025529a7b0d66c61a23d2ce4a5b4f657e172a (diff)
downloadhttpd-9c905bbb0b5a1708765be2c3135dbcdd867b11f2.tar.gz
Invalid syntax for the configure script.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@927365 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/install.xml')
-rw-r--r--docs/manual/install.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/manual/install.xml b/docs/manual/install.xml
index 94a6c71b98..723ae6cc31 100644
--- a/docs/manual/install.xml
+++ b/docs/manual/install.xml
@@ -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