summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorTorok Edwin <edwintorok@gmail.com>2011-10-14 20:38:02 +0000
committerTorok Edwin <edwintorok@gmail.com>2011-10-14 20:38:02 +0000
commit4c4b71cec57772fb06fb42227907888257bd85ab (patch)
tree3d81e77aa548d67617768ddc62c4bca74e914297 /configure
parent3dd16741864302af14b31b7f75375c09d8544a35 (diff)
downloadllvm-4c4b71cec57772fb06fb42227907888257bd85ab.tar.gz
llvm-4c4b71cec57772fb06fb42227907888257bd85ab.tar.bz2
llvm-4c4b71cec57772fb06fb42227907888257bd85ab.tar.xz
ocaml bindings: add findlib META support
This makes it easier to link against LLVM libs, especially if you are using _oasis. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141992 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index a65f94f6d1..000249c9c0 100755
--- a/configure
+++ b/configure
@@ -21052,7 +21052,6 @@ ac_config_headers="$ac_config_headers include/llvm/Support/DataTypes.h"
ac_config_files="$ac_config_files Makefile.config"
-
ac_config_files="$ac_config_files llvm.spec"
@@ -21065,6 +21064,7 @@ fi
ac_config_files="$ac_config_files tools/llvm-config/llvm-config.in"
+ac_config_files="$ac_config_files bindings/ocaml/llvm/META.llvm"
ac_config_commands="$ac_config_commands setup"