Skip to content

Commit

Permalink
Improved message recommending an OCaml version to use
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierleroy committed Jan 13, 2018
1 parent 2966858 commit a010a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ case "$ocaml_ver" in
echo "version $ocaml_ver -- good!"
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.";;
echo "To avoid this risk, it is recommended to use OCaml 4.05 or later.";;
4.0*)
echo "version $ocaml_ver -- good!";;
?.*)
Expand Down

0 comments on commit a010a28

Please sign in to comment.