Skip to content

Commit

Permalink
forgot test for ocamlc llvm bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
pikatchu committed Feb 24, 2011
1 parent 017351b commit 8e0f2ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions configure
Expand Up @@ -190,6 +190,10 @@ fi
if test -z "$llbindings"; then
llvm_cma=`locate llvm.cma`

if test -z "$llvm_cma"; then
echo "Could not find ocaml bindings for llvm!" ; exit 2
fi

llbindings=`dirname $llvm_cma`
if test -z "$llbindings"; then
llbindings="/usr/lib/ocaml/llvm-2.8"
Expand Down

0 comments on commit 8e0f2ae

Please sign in to comment.