diff options
author | lloyd <[email protected]> | 2008-09-29 17:13:57 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-29 17:13:57 +0000 |
commit | ba722ad52627163f945fd9fa97ff98f0df8452d1 (patch) | |
tree | f04f8b319c26167af11f512fae9ce1afb0bd5718 /configure.pl | |
parent | b67b7501e740c69e53e2ffcfa72538653eedf3b6 (diff) | |
parent | cc0495910b4ff6d22e5e5a21adff018a037ca756 (diff) |
propagate from branch 'net.randombit.botan' (head ca7d7fc1ae6b55c5328c9cf1ec1cafd1daadedd4)
to branch 'net.randombit.botan.modularized' (head 614263a9742a0c554e4093620147f6e156264d41)
Diffstat (limited to 'configure.pl')
-rwxr-xr-x | configure.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.pl b/configure.pl index 501a52597..87ec7f90b 100755 --- a/configure.pl +++ b/configure.pl @@ -1870,7 +1870,9 @@ sub guess_cpu_from_this $cpu = 'athlon' if($cpuinfo =~ /athlon/); $cpu = 'pentium4' if($cpuinfo =~ /pentium 4/); + $cpu = 'pentium4' if($cpuinfo =~ /pentium 4/); $cpu = 'pentium4' if($cpuinfo =~ /pentium\(r\) 4/); + $cpu = 'pentium-m' if($cpuinfo =~ /pentium\(r\) m/); $cpu = 'pentium3' if($cpuinfo =~ /pentium iii/); $cpu = 'pentium2' if($cpuinfo =~ /pentium ii/); $cpu = 'pentium3' if($cpuinfo =~ /pentium 3/); |