Skip to content
This repository has been archived by the owner on Jun 4, 2019. It is now read-only.

Commit

Permalink
configure: require ocaml 3.12, we use the ;_ record pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
pad committed Apr 1, 2011
1 parent ade19d2 commit e3db0c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure
Expand Up @@ -151,9 +151,9 @@ my $error2 = 0;
#---------------------------------------------------------------------
$error +=
check_config("echo \"1;;\\n\" | ocaml |",
"Objective(.*) 3.*",
"Objective(.*) 3.12",
"OCaml (the wonderful language) is present.",
"The program ocaml is missing or is not a good version. We need at least 3.11",
"The program ocaml is missing or is not a good version. We need at least 3.12",
);

#not really used for now:
Expand Down

0 comments on commit e3db0c4

Please sign in to comment.