Skip to content
Snippets Groups Projects
Commit 4e9d990c authored by Virgile Prevosto's avatar Virgile Prevosto
Browse files

[wp] configure checks for correct Coq version

parent fe026a09
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,7 @@ if test "$ENABLE_WP" != "no"; then
if test "$COQC" = "yes" ; then
COQVERSION=`coqc -v | sed -n -e 's|.*version* *\([[^ ]]*\) .*$|\1|p' `
case $COQVERSION in
8.12.*|trunk)
8.13.*|trunk)
AC_MSG_RESULT(coqc version $COQVERSION found)
;;
*)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment