summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorGreg Ames <gregames@apache.org>2001-11-12 18:17:57 +0000
committerGreg Ames <gregames@apache.org>2001-11-12 18:17:57 +0000
commit30d5af4d9832cfbf4936cb506bfdf4736629000e (patch)
tree826d142615887d03bebbf33e14f86976baf96823 /INSTALL
parent2f2a6cd64980b9100c7cc3dff3d391246404d1dd (diff)
downloadhttpd-30d5af4d9832cfbf4936cb506bfdf4736629000e.tar.gz
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.