summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorGreg Ames <gregames@apache.org>2001-11-12 19:17:57 +0100
committerGreg Ames <gregames@apache.org>2001-11-12 19:17:57 +0100
commit30d5af4d9832cfbf4936cb506bfdf4736629000e (patch)
tree826d142615887d03bebbf33e14f86976baf96823 /INSTALL
parentFix some indenting. Change an error message to a warning. (diff)
downloadapache2-30d5af4d9832cfbf4936cb506bfdf4736629000e.tar.xz
apache2-30d5af4d9832cfbf4936cb506bfdf4736629000e.zip
add a note about libtoo 1.4.2 for Mac OS X
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91883 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL3
1 files changed, 3 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index f8ca57275f..4da17829fd 100644
--- a/INSTALL
+++ b/INSTALL
@@ -23,6 +23,9 @@
you wish to try a threaded Apache on FreeBSD anyway, use
"./configure --enable-threads".
+ * If you are building on Mac OS X (Darwin), make sure to
+ use libtool 1.4.2 or newer.
+
* If you are a developer building Apache directly from CVS,
you will need to run ./buildconf before running configure.