From: Astrid Malo Date: Sun, 23 Nov 2003 02:50:48 +0000 (+0000) Subject: add a note about the spelling of options X-Git-Tag: pre_ajp_proxy~1018 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=26c21345901833ded84fcd89f2ab10f5f4f5dfca;p=thirdparty%2Fapache%2Fhttpd.git add a note about the spelling of options git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101851 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/programs/configure.html.en b/docs/manual/programs/configure.html.en index 50d6f25720c..35c0ba76da2 100644 --- a/docs/manual/programs/configure.html.en +++ b/docs/manual/programs/configure.html.en @@ -276,6 +276,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 da5030b043f..75d88b30461 100644 --- a/docs/manual/programs/configure.xml +++ b/docs/manual/programs/configure.xml @@ -260,6 +260,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