summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index 66d32b8dd..01dcbe18a 100755
--- a/configure
+++ b/configure
@@ -91,9 +91,9 @@ case "$cc" in
echo ""
echo "WARNING: you are using gcc version 2.7.2.1."
echo "This version of gcc is known to generate incorrect code"
- echo "for the Objective Caml runtime system, at least on Intel x86"
- echo "machines. (The symptom is a crash of boot/ocamlc when compiling"
- echo "stdlib/pervasives.mli.)"
+ echo "for the Objective Caml runtime system, at least on some"
+ echo "Intel x86 machines. (The symptom is a crash of boot/ocamlc when"
+ echo "compiling stdlib/pervasives.mli.)"
echo "You are strongly advised to use another version of gcc, such as"
echo "2.7.2 or 2.7.2.2, which are known to work well with Objective Caml."
echo ""