aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2020-06-08 12:33:52 +0200
committerBernhard Schommer <bernhardschommer@gmail.com>2020-06-08 12:33:52 +0200
commit5e29f8b5ba9582ecf2a1d0baeaef195873640607 (patch)
treee8a0cc9a83816368fbbc4dab6e92c621ce3bf189 /configure
parentcaaaffd31f63f1239a2371f418ff448651752ff8 (diff)
downloadcompcert-kvx-5e29f8b5ba9582ecf2a1d0baeaef195873640607.tar.gz
compcert-kvx-5e29f8b5ba9582ecf2a1d0baeaef195873640607.zip
Compatibility with coq 8.11.2
Updated configure script to also allow coq version 8.11.2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index ee0108ae..d5264654 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.10.2|8.11.0|8.11.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|8.11.0|8.11.1|8.11.2)
echo "version $coq_ver -- good!";;
?*)
echo "version $coq_ver -- UNSUPPORTED"