aboutsummaryrefslogtreecommitdiffstats
path: root/configure.pl
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-09-28 16:24:26 +0000
committerlloyd <[email protected]>2008-09-28 16:24:26 +0000
commita828434848a385c1a10c1d9628d68f5c51a1a85f (patch)
treea995aca4cd8988440473c2f90a62fbcb219ad328 /configure.pl
parent37b6c37e361c224d37234b549d49f0a601c4fed4 (diff)
Oops, continue to look in /proc/cpuinfo rather than my home dir
Diffstat (limited to 'configure.pl')
-rwxr-xr-xconfigure.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.pl b/configure.pl
index 88ef3d986..a80927a25 100755
--- a/configure.pl
+++ b/configure.pl
@@ -1914,7 +1914,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 = '/home/lloyd/cpuinfo';
+ my $cpuinfo = '/proc/cpuinfo';
if(-e $cpuinfo and -r $cpuinfo)
{