From: Astrid Malo Date: Sun, 23 Nov 2003 03:06:28 +0000 (+0000) Subject: add a note about spelling of options X-Git-Tag: 2.0.49~352 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bc94e7f5388bf444fe21f32e1ee7b9ef0f17584;p=thirdparty%2Fapache%2Fhttpd.git add a note about spelling of options git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101852 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/programs/configure.html.en b/docs/manual/programs/configure.html.en index 0285555c8fd..e63996e6f37 100644 --- a/docs/manual/programs/configure.html.en +++ b/docs/manual/programs/configure.html.en @@ -271,6 +271,13 @@
By default enabled modules are linked statically. You can force this explicitly.
+ +

Note

+ configure will not complain about + --enable-foo even if foo doesn't + exist, so you need to type carefully. +
+

Enable or disable discrete modules

diff --git a/docs/manual/programs/configure.xml b/docs/manual/programs/configure.xml index 7cd19611de7..5b4a65ba937 100644 --- a/docs/manual/programs/configure.xml +++ b/docs/manual/programs/configure.xml @@ -255,6 +255,13 @@
By default enabled modules are linked statically. You can force this explicitly.
+ + Note + configure will not complain about + --enable-foo even if foo doesn't + exist, so you need to type carefully. + +
Enable or disable discrete modules