Skip to content

Commit

Permalink
Removed 1.9 language syntax in configure.
Browse files Browse the repository at this point in the history
  • Loading branch information
brixen committed Jan 26, 2015
1 parent 3d449b7 commit db75dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Expand Up @@ -661,7 +661,7 @@ int main() { LLVMContext &Context = getGlobalContext(); }
}

shared_configs.each do |desc, objs|
status = check_program(false, *common_args, *objs) do |f|
status = check_program(false, *(common_args + objs)) do |f|
f.puts src
@log.log src
end
Expand Down

0 comments on commit db75dd1

Please sign in to comment.