We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96b4bf6 commit bfc386eCopy full SHA for bfc386e
configure.ac
@@ -184,8 +184,8 @@ COQVERSION=$($COQC -v | sed -n -e 's|.*version *\(.*\)$|\1|p' )
184
AC_MSG_RESULT($COQVERSION)
185
186
case $COQVERSION in
187
- 8.1[^0-9]*|8.2[0-9]*|8.3[0-9]*|8.4[0-9]*|8.5[0-9]*|8.6[0-9]*|8.7[0-9]*)
188
- AC_MSG_ERROR(AC_PACKAGE_NAME needs Coq version 8.8 or higher)
+ 8.[[0-9]][[^0-9]]*|8.10*)
+ AC_MSG_ERROR(AC_PACKAGE_NAME needs Coq version 8.11 or higher)
189
;;
190
esac
191
0 commit comments