Skip to content

Commit 1188e51

Browse files
rilliangraydon
authored andcommitted
---
yaml --- r: 2365 b: refs/heads/master c: 0b2cfca h: refs/heads/master i: 2363: 6c331ad v: v3
1 parent 287c11b commit 1188e51

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 06f071390697270a8342daeb41cb0fe790f65181
2+
refs/heads/master: 0b2cfcaab9cb55f8d0840d42ba5f337b14eace21

trunk/Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ CFG_STDLIB :=$(call CFG_LIB_NAME,std)
3838
ifdef CFG_OCAMLC_OPT
3939
$(info cfg: have ocaml native compiler)
4040
OPT=.opt
41-
else
41+
else ifdef CFG_OCAMLC
4242
$(info cfg: have only ocaml bytecode compiler)
4343
endif
4444

trunk/configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,13 +186,13 @@ putvar CFG_CONFIGURE_ARGS
186186
step_msg "looking for build programs"
187187
probe_need CFG_GCC gcc
188188
probe_need CFG_GIT git
189-
probe_need CFG_OCAMLC ocamlc
190189
probe_need CFG_PERL perl
191190
probe_need CFG_PYTHON python
192191
probe_need CFG_CURL curl
193192

194193
probe CFG_LLVM_CONFIG llvm-config
195194
probe CFG_VALGRIND valgrind
195+
probe CFG_OCAMLC ocamlc
196196
probe CFG_OCAMLOPT ocamlopt
197197
probe CFG_OCAMLC_OPT ocamlc.opt
198198
probe CFG_OCAMLOPT_OPT ocamlopt.opt

0 commit comments

Comments
 (0)