From a828434848a385c1a10c1d9628d68f5c51a1a85f Mon Sep 17 00:00:00 2001 From: lloyd Date: Sun, 28 Sep 2008 16:24:26 +0000 Subject: Oops, continue to look in /proc/cpuinfo rather than my home dir --- configure.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.pl') 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) { -- cgit v1.2.3