From 9bc94e7f5388bf444fe21f32e1ee7b9ef0f17584 Mon Sep 17 00:00:00 2001 From: Astrid Malo Date: Sun, 23 Nov 2003 03:06:28 +0000 Subject: [PATCH] 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 --- docs/manual/programs/configure.html.en | 7 +++++++ docs/manual/programs/configure.xml | 7 +++++++ 2 files changed, 14 insertions(+) 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 -- 2.47.2