From 8dc6cc13e77b36e672c1a3270709700ee9675188 Mon Sep 17 00:00:00 2001
From: Howard Chu <hyc@openldap.org>
Date: Sat, 2 Oct 2004 10:12:58 +0000
Subject: [PATCH] More per Ando's suggestion

---
 INSTALL | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/INSTALL b/INSTALL
index 983a8bbeef..a6cbf42886 100644
--- a/INSTALL
+++ b/INSTALL
@@ -49,9 +49,14 @@ Making and Installing the OpenLDAP Distribution
 
         % [env settings] ./configure [options]
 
-     If all goes well, the configure script with automatically detect
-     the appropriate settings.  However, you may need to specify
-     options and/or environment variables to obtain desired results.
+     If all goes well, the configure script will automatically detect
+     the appropriate settings.  If the configure script fails, you
+     should read the config.log file that it generated to see what it
+     was trying to do and exactly what failed.  You may need to specify
+     additional options and/or environment variables besides those
+     listed above to obtain desired results, depending on your operating
+     system. The Platform Hints section of the FAQ provides help for
+     operating system related problems.
 
 4.   Build dependencies:
 
-- 
GitLab