Skip to content

Commit

Permalink
Correction to error in configure script
Browse files Browse the repository at this point in the history
  • Loading branch information
richardclegg committed Aug 15, 2014
1 parent c6bab4c commit f250fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Expand Up @@ -238,7 +238,7 @@ if test "$llbindings"; then
if ! test -e $llvm_target_cma; then
echo "Couldn't find: $llvm_target_cma"; exit 2;
fi
else $llbindings=$(ocamlc -where)
else llbindings=$(ocamlc -where)
fi

if test -z "$llbindings"; then
Expand Down

0 comments on commit f250fe3

Please sign in to comment.