aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2019-12-03 13:01:51 +0100
committerBernhard Schommer <bernhardschommer@gmail.com>2019-12-03 13:01:51 +0100
commitec49c7b8bd4502c380b88c78baa674000db109fd (patch)
treeed8ef5dcfe636a70b33385868fe8d2793606928c
parenta99406bbd9c01dc04e79b14681a254fe22c9d424 (diff)
downloadcompcert-kvx-ec49c7b8bd4502c380b88c78baa674000db109fd.tar.gz
compcert-kvx-ec49c7b8bd4502c380b88c78baa674000db109fd.zip
Allow Coq 8.10.2.
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 8604a1d9..b964c124 100755
--- a/configure
+++ b/configure
@@ -530,7 +530,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.8.0|8.8.1|8.8.2|8.9.0|8.9.1|8.10.0|8.10.1|8.10.2)
echo "version $coq_ver -- good!";;
?*)
echo "version $coq_ver -- UNSUPPORTED"