aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorDavid Monniaux <David.Monniaux@univ-grenoble-alpes.fr>2021-12-01 11:18:43 +0100
committerDavid Monniaux <David.Monniaux@univ-grenoble-alpes.fr>2021-12-01 11:18:43 +0100
commit20cdd9c6c3962f7bec5c85719cfa7b0ee22f0100 (patch)
tree940efefe9a342a34a9a0f713bea2c670f84996c7 /configure
parentbf7e96221836ec7ba6acb2f28ebc664772d1230b (diff)
downloadcompcert-kvx-20cdd9c6c3962f7bec5c85719cfa7b0ee22f0100.tar.gz
compcert-kvx-20cdd9c6c3962f7bec5c85719cfa7b0ee22f0100.zip
Coq 8.14.1 is allowed.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 8d0555c6..c8a956ec 100755
--- a/configure
+++ b/configure
@@ -541,7 +541,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.9.0|8.9.1|8.10.0|8.10.1|8.10.2|8.11.0|8.11.1|8.11.2|8.12.0|8.12.1|8.12.2|8.13.0|8.13.1|8.13.2|8.14.0)
+ 8.9.0|8.9.1|8.10.0|8.10.1|8.10.2|8.11.0|8.11.1|8.11.2|8.12.0|8.12.1|8.12.2|8.13.0|8.13.1|8.13.2|8.14.0|8.14.1)
echo "version $coq_ver -- good!";;
?*)
echo "version $coq_ver -- UNSUPPORTED"