Skip to content

Commit

Permalink
auto merge of rust-lang#5837 : tdaede/rust/fix_file_command, r=catamo…
Browse files Browse the repository at this point in the history
…rphism

Without 'file' it assumes a 32 bit userspace even with a 64 bit kernel, which is incorrect in most cases.
  • Loading branch information
bors committed Apr 12, 2013
2 parents b3b8c05 + 22786d6 commit 82a8815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ need_cmd uname
need_cmd date
need_cmd tr
need_cmd sed

need_cmd file

msg "inspecting environment"

Expand Down

0 comments on commit 82a8815

Please sign in to comment.