diff options
author | lloyd <[email protected]> | 2008-09-11 19:35:03 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-11 19:35:03 +0000 |
commit | 88334296ece778f93ec968acb91b437dda364750 (patch) | |
tree | 76dbea1198216ce6979a805c15698041e34cafb9 /configure.pl | |
parent | 66561775c07f2ccb038ec3538e018471f2d662f9 (diff) |
Comment
Diffstat (limited to 'configure.pl')
-rwxr-xr-x | configure.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.pl b/configure.pl index 55fa4e382..747838fd4 100755 --- a/configure.pl +++ b/configure.pl @@ -1911,6 +1911,7 @@ sub guess_cpu autoconfig("Guessing (based on $cpuinfo) CPU is a $cpu (use --arch to set)"); return $cpu; } else { + # This is odd, /proc/cpuinfo should always have enough information for us autoconfig("*** Could not figure out CPU based on $cpuinfo"); autoconfig("*** Please mail contents to lloyd\@randombit.net"); } |