From d8dcf41334d7a6ff2d2eaa53f215c80ef26cd517 Mon Sep 17 00:00:00 2001 From: Xavier Leroy Date: Fri, 18 Aug 2017 11:21:01 +0200 Subject: configure: Wording and formatting of the Skylake/OCaml warning --- configure | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index a99a2870..ddc6833d 100755 --- a/configure +++ b/configure @@ -497,8 +497,9 @@ case "$ocaml_ver" in missingtools=true;; 4.02.*|4.03.*|4.04.*) echo "version $ocaml_ver -- good!" - echo "Some Intel processors of the Skylake and Kaby Lake generations have a hardware bug that this" - echo "version of OCaml runs into. To avoid this risk, it is recommended to use OCaml 4.05.";; + echo "WARNING: some Intel processors of the Skylake and Kaby Lake generations" + echo "have a hardware bug that can be triggered by this version of OCaml." + echo "To avoid this risk, it is recommended to use OCaml 4.05.";; 4.0*) echo "version $ocaml_ver -- good!";; ?.*) -- cgit