aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2015-09-16 15:24:31 +0200
committerGravatar Maxime Dénès <mail@maximedenes.fr>2015-09-16 15:24:31 +0200
commit8c638c2a0dda99e557f0613cb06e1cd745820258 (patch)
treea9a7409a0f2f20d3b270504ae16faf16684ea90b
parente91327a01f725f6c709adba9ddf3b41212b488ca (diff)
In configure: -no-native-compiler -> -native-compiler no
-rw-r--r--configure.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ml b/configure.ml
index 3fe34d6ca..cafd7ec29 100644
--- a/configure.ml
+++ b/configure.ml
@@ -331,8 +331,8 @@ let args_options = Arg.align [
" Dumps ml annotation files while compiling Coq";
"-makecmd", Arg.Set_string Prefs.makecmd,
"<command> Name of GNU Make command";
- "-no-native-compiler", Arg.Clear Prefs.nativecompiler,
- " No compilation to native code for conversion and normalization";
+ "-native-compiler", arg_bool Prefs.nativecompiler,
+ " (yes|no) Compilation to native code for conversion and normalization";
"-coqwebsite", Arg.Set_string Prefs.coqwebsite,
" URL of the coq website";
"-force-caml-version", arg_bool Prefs.force_caml_version,