Use --with-included-apr if you don't have the compiler
authorJeff Trawick <trawick@apache.org>
Tue, 3 Mar 2009 02:44:50 +0000 (02:44 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 3 Mar 2009 02:44:50 +0000 (02:44 +0000)
your OS-delivered APR was built with
  xlc vs gcc
  SunStudio vs gcc
  gcc n vs gcc n-bignum
  etc.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@749512 13f79535-47bb-0310-9956-ffa450edef68

INSTALL

diff --git a/INSTALL b/INSTALL
index c4d3340e9812cd888a65e56390487dbf04ce346a..7cc31da46a63a4f3b1ced7d16664fc42449c9f25 100644 (file)
--- a/INSTALL
+++ b/INSTALL
               might use "/usr/local/apache2" for PREFIX (without the
               quotes).
 
-            * If you are a developer who will be linking your code with
+            * 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,
-              ./configure's --with-included-apr option may be advantageous,
               as it removes the possibility of version or compile-option
-              mismatches with APR and APR-util code.  (Many OSes now
-              include their own version of APR and APR-util.)
+              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