aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorSylvain Boulmé <sylvain.boulme@univ-grenoble-alpes.fr>2020-05-25 17:31:55 +0200
committerSylvain Boulmé <sylvain.boulme@univ-grenoble-alpes.fr>2020-05-25 17:31:55 +0200
commita5f2505a2f98106dfc4bcbd8efc531abdf70ff76 (patch)
treefc336f47f6b61ddd063ba2bd021f942ea40a9b40 /configure
parent4437429b60a8302a31e1b0e15a8eec3255b88ec7 (diff)
parentc327653c79b5606ff48e801d5867469b7f64f3f8 (diff)
downloadcompcert-kvx-a5f2505a2f98106dfc4bcbd8efc531abdf70ff76.tar.gz
compcert-kvx-a5f2505a2f98106dfc4bcbd8efc531abdf70ff76.zip
Merge branch 'PseudoAsmblock' into aarch64_block
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 0223ade6..5adf6453 100755
--- a/configure
+++ b/configure
@@ -568,7 +568,7 @@ missingtools=false
echo "Testing Coq... " | tr -d '\n'
coq_ver=$(${COQBIN}coqc -v 2>/dev/null | sed -n -e 's/The Coq Proof Assistant, version \([^ ]*\).*$/\1/p')
case "$coq_ver" in
- 8.8.0|8.8.1|8.8.2|8.9.0|8.9.1|8.10.0|8.10.1|8.10.2|8.11.0)
+ 8.8.0|8.8.1|8.8.2|8.9.0|8.9.1|8.10.0|8.10.1|8.10.2|8.11.0|8.11.1)
echo "version $coq_ver -- good!";;
?*)
echo "version $coq_ver -- UNSUPPORTED"