From e67234b29caaf60a82665c4659ee8ee93673ee6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20=C3=81vila=20de=20Esp=C3=ADndola?= Date: Fri, 24 Dec 2010 16:56:08 -0800 Subject: [PATCH] Handle missing ocaml bindings for LLVM. --- src/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Makefile b/src/Makefile index 928ad614063..80635306845 100644 --- a/src/Makefile +++ b/src/Makefile @@ -194,8 +194,6 @@ ifneq ($(CFG_LLVM_CONFIG),) done) ifneq ($(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