aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorCyril SIX <cyril.six@kalray.eu>2020-04-01 10:34:57 +0200
committerCyril SIX <cyril.six@kalray.eu>2020-04-01 10:34:57 +0200
commitc974b25682251da237dbbe8ef3af218c6d175ae2 (patch)
tree9402b79e83d1535433b2deeab7897842a42892e8 /configure
parent6bfbd278803e14ddd8c74ae582e76607cca69591 (diff)
downloadcompcert-kvx-c974b25682251da237dbbe8ef3af218c6d175ae2.tar.gz
compcert-kvx-c974b25682251da237dbbe8ef3af218c6d175ae2.zip
Removing 8.8.* versions of coq in configure
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index f13d1af3..f790281c 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.9.0|8.9.1|8.10.0|8.10.1|8.10.2|8.11.0)
echo "version $coq_ver -- good!";;
?*)
echo "version $coq_ver -- UNSUPPORTED"