summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorStefan Fritsch <sf@apache.org>2012-01-17 21:41:24 +0000
committerStefan Fritsch <sf@apache.org>2012-01-17 21:41:24 +0000
commit58dd721bc8a3dbc5f485563144b2420892bac1d2 (patch)
treed5c763b2df663d48b83a2d90b5ac2f73b499fb37 /INSTALL
parent5a05949a2f21c6574434a22808fe471be9057aad (diff)
downloadhttpd-58dd721bc8a3dbc5f485563144b2420892bac1d2.tar.gz
Reword the paragraph about --with-included-apr to mention the -deps
tarball. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1232594 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL21
1 files changed, 11 insertions, 10 deletions
diff --git a/INSTALL b/INSTALL
index 3210b2e0e9..5ad7e46cfc 100644
--- a/INSTALL
+++ b/INSTALL
@@ -17,16 +17,17 @@
might use "/usr/local/apache2" for PREFIX (without the
quotes).
- * Consider if you need to use the bundled APR and APR-Util
- via ./configure's --with-included-apr option, to use the
- bundled source instead of a previously installed APR and
- APR-Util (such as those provided with many OSes). This
- is required if you don't have the compiler which the
- system APR was built with. This can be advantageous if
- you are a developer who will be linking your code with
- Apache or using a debugger to step through server code,
- as it removes the possibility of version or compile-option
- mismatches with APR and APR-util code.
+ * Consider if you want to use a previously installed APR and
+ APR-Util (such as those provided with many OSes) or if
+ you need to use the APR and APR-Util from the
+ httpd-2.5.x-deps.tar.gz tarball via ./configure's
+ --with-included-apr option. This is required if you don't
+ have the compiler which the system APR was built with. It
+ can also be advantageous if you are a developer who will be
+ linking your code with Apache or using a debugger to step
+ through server code, as it removes the possibility of
+ version or compile-option mismatches with APR and APR-util
+ code.
* If you are a developer building Apache directly from
Subversion, you will need to run ./buildconf before running