Handle missing ocaml bindings for LLVM.

This commit is contained in:
Rafael Ávila de Espíndola 2010-12-24 16:56:08 -08:00 committed by Graydon Hoare
parent 5c7cd6419c
commit e67234b29c

View file

@ -194,8 +194,6 @@ ifneq ($(CFG_LLVM_CONFIG),)
done) done)
ifneq ($(CFG_OCAML_LLVM),) ifneq ($(CFG_OCAML_LLVM),)
$(info cfg: found LLVM ocaml bindings in $(CFG_OCAML_LLVM)) $(info cfg: found LLVM ocaml bindings in $(CFG_OCAML_LLVM))
else
CFG_LLVM_CONFIG := $(info cfg: LLVM ocaml bindings not found)
endif endif
endif endif