auto merge of #5837 : tdaede/rust/fix_file_command, r=catamorphism

Without 'file' it assumes a 32 bit userspace even with a 64 bit kernel, which is incorrect in most cases.
This commit is contained in:
bors 2013-04-11 18:24:59 -07:00
commit 82a8815b94

2
configure vendored
View File

@ -237,7 +237,7 @@ need_cmd uname
need_cmd date
need_cmd tr
need_cmd sed
need_cmd file
msg "inspecting environment"