diff options
author | lloyd <[email protected]> | 2008-10-11 18:58:29 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-10-11 18:58:29 +0000 |
commit | a4277af96a130dc6c6a9bc127949021965d5b270 (patch) | |
tree | ebe50dc899cf0199eda5231475e792e64ac23fa6 /configure.pl | |
parent | 2d65dea76a3605683798ee6c91cd5252543a9f62 (diff) |
Reenable /proc/cpuinfo CPU detection
Diffstat (limited to 'configure.pl')
-rwxr-xr-x | configure.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.pl b/configure.pl index 33cf958bb..e25a50fe1 100755 --- a/configure.pl +++ b/configure.pl @@ -2105,7 +2105,7 @@ sub guess_cpu { # If we have /proc/cpuinfo, try to get nice specific information about # what kind of CPU we're running on. - my $cpuinfo = '/proc/cpuinfo2'; + my $cpuinfo = '/proc/cpuinfo'; if(-e $cpuinfo and -r $cpuinfo) { |