aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2017-07-31 14:53:38 +0200
committerXavier Leroy <xavier.leroy@inria.fr>2017-07-31 14:53:38 +0200
commit5547231519be37243ad0cb5f1a320547052c5775 (patch)
tree19bfa25df0ce8cdb10fbb4f9eb2b6f98ef4d849e
parent7abffab74d41c0d63631bf52bf65a4cb731b15c0 (diff)
downloadcompcert-kvx-5547231519be37243ad0cb5f1a320547052c5775.tar.gz
compcert-kvx-5547231519be37243ad0cb5f1a320547052c5775.zip
Accept Coq version 8.6.1 as supported
8.6.1 works just fine with the current CompCert.
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index f54829f4..a068977b 100755
--- a/configure
+++ b/configure
@@ -470,7 +470,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.6)
+ 8.6|8.6.1)
echo "version $coq_ver -- good!";;
?*)
echo "version $coq_ver -- UNSUPPORTED"