diff options
| author | bors <bors@rust-lang.org> | 2013-04-11 18:24:59 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-04-11 18:24:59 -0700 |
| commit | 82a8815b94bae752c3d96562d76eb7a54fb4a54a (patch) | |
| tree | 68daf9916d311ed2084c8470d9b03844e832861d | |
| parent | b3b8c0502bb7d223b4da50f3eac2c1ad51cf6c72 (diff) | |
| parent | 22786d6c5b3fb94ef64295f5b832ed776954db09 (diff) | |
| download | rust-82a8815b94bae752c3d96562d76eb7a54fb4a54a.tar.gz rust-82a8815b94bae752c3d96562d76eb7a54fb4a54a.zip | |
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.
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index 5c4c31c5a23..884ececa24b 100755 --- a/configure +++ b/configure @@ -237,7 +237,7 @@ need_cmd uname need_cmd date need_cmd tr need_cmd sed - +need_cmd file msg "inspecting environment" |
