aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorLéo Gourdin <leo.gourdin@univ-grenoble-alpes.fr>2021-05-19 18:35:52 +0200
committerLéo Gourdin <leo.gourdin@univ-grenoble-alpes.fr>2021-05-19 18:35:52 +0200
commit0180d80e186cd49fd5f1fbdd1fff1f990f0f132f (patch)
tree73ad63a334e01610f09a39e49d409d171555aff6 /configure
parent39b00a80b58803546c60856b30d452741db79a23 (diff)
parent97c9a374620a1a74116aefe09f175ae964419e6a (diff)
downloadcompcert-kvx-0180d80e186cd49fd5f1fbdd1fff1f990f0f132f.tar.gz
compcert-kvx-0180d80e186cd49fd5f1fbdd1fff1f990f0f132f.zip
Merge branch 'kvx-work' into BTL
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 1ec6d210..ee8a1577 100755
--- a/configure
+++ b/configure
@@ -584,9 +584,9 @@ esac
echo "Testing OCaml... " | tr -d '\n'
ocaml_ver=`ocamlc -version 2>/dev/null`
case "$ocaml_ver" in
- 4.00.*|4.01.*| 4.02.*|4.03.*|4.04.*)
+ 4.00.*|4.01.*| 4.02.*|4.03.*|4.04.*|4.05.*)
echo "version $ocaml_ver -- UNSUPPORTED"
- echo "Error: CompCert requires OCaml version 4.05 or later."
+ echo "Error: CompCert requires OCaml version 4.06 or later."
missingtools=true;;
4.*)
echo "version $ocaml_ver -- good!";;