Mentions légales du service

Skip to content
Snippets Groups Projects
Commit cad2523b authored by Andrei Paskevich's avatar Andrei Paskevich
Browse files

ocaml version >= 3.11.2

parent 7bb2c97d
No related branches found
No related tags found
No related merge requests found
...@@ -148,10 +148,8 @@ OCAMLVERSION=`$OCAMLC -v | sed -n -e 's|.*version* *\(.*\)$|\1|p' ` ...@@ -148,10 +148,8 @@ OCAMLVERSION=`$OCAMLC -v | sed -n -e 's|.*version* *\(.*\)$|\1|p' `
echo "ocaml version is $OCAMLVERSION" echo "ocaml version is $OCAMLVERSION"
case "$OCAMLVERSION" in case "$OCAMLVERSION" in
0.*|1.*|2.*|3.0*) 0.*|1.*|2.*|3.0*|3.10*|3.11|3.11.0*|3.11.1*)
AC_MSG_ERROR(You need Objective Caml 3.10 or higher);; AC_MSG_ERROR(You need Objective Caml 3.11.2 or higher);;
3.10*)
enable_plugins=no;;
esac esac
if test "$enable_plugins" = "yes" ; then if test "$enable_plugins" = "yes" ; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment