File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 06f071390697270a8342daeb41cb0fe790f65181
2
+ refs/heads/master: 0b2cfcaab9cb55f8d0840d42ba5f337b14eace21
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ CFG_STDLIB :=$(call CFG_LIB_NAME,std)
38
38
ifdef CFG_OCAMLC_OPT
39
39
$(info cfg : have ocaml native compiler)
40
40
OPT =.opt
41
- else
41
+ else ifdef CFG_OCAMLC
42
42
$(info cfg : have only ocaml bytecode compiler)
43
43
endif
44
44
Original file line number Diff line number Diff line change @@ -186,13 +186,13 @@ putvar CFG_CONFIGURE_ARGS
186
186
step_msg " looking for build programs"
187
187
probe_need CFG_GCC gcc
188
188
probe_need CFG_GIT git
189
- probe_need CFG_OCAMLC ocamlc
190
189
probe_need CFG_PERL perl
191
190
probe_need CFG_PYTHON python
192
191
probe_need CFG_CURL curl
193
192
194
193
probe CFG_LLVM_CONFIG llvm-config
195
194
probe CFG_VALGRIND valgrind
195
+ probe CFG_OCAMLC ocamlc
196
196
probe CFG_OCAMLOPT ocamlopt
197
197
probe CFG_OCAMLC_OPT ocamlc.opt
198
198
probe CFG_OCAMLOPT_OPT ocamlopt.opt
You can’t perform that action at this time.
0 commit comments