From 299cbc41f74aa4dd8ddfd14ca9da3a92cff34474 Mon Sep 17 00:00:00 2001 From: Hugo Herbelin Date: Sat, 13 May 2017 22:37:27 +0200 Subject: Fixing an inconsistency between configure and configure.ml. The shell script configure was assuming the existence of option -camldir which was removed in 333d41a9. --- configure.ml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ml') diff --git a/configure.ml b/configure.ml index 04b04979d..6a78337d4 100644 --- a/configure.ml +++ b/configure.ml @@ -349,6 +349,8 @@ let args_options = Arg.align [ " URL of the coq website"; "-force-caml-version", Arg.Set Prefs.force_caml_version, " Force OCaml version"; + "-camldir", Arg.String (fun _ -> ()), + " Specifies path to ocaml for running configure script"; ] let parse_args () = -- cgit v1.2.3