diff options
author | lloyd <[email protected]> | 2007-02-28 02:41:40 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2007-02-28 02:41:40 +0000 |
commit | eb0bd01952a834e35f70c139807140ec6ce06038 (patch) | |
tree | b7ff104e6694bc60dae584494bb0abb4ae46adb5 /configure.pl | |
parent | 5b9be64b1238ce2c8672c3dcaa764ffadf8af852 (diff) | |
parent | c54e7ea2c9276214021c392aad6c901624913393 (diff) |
propagate from branch 'net.randombit.botan.stable' (head fd0242cd1f44b6d9d0e526c778860fcded174d62)
to branch 'net.randombit.botan' (head 8a5aa356cb3aab0af22b09f51bfa5540fe890bdf)
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 6c6ac01e6..8b67d3751 100755 --- a/configure.pl +++ b/configure.pl @@ -1585,7 +1585,7 @@ sub guess_cpu_from_this $cpu = 'athlon64' if($cpuinfo =~ /athlon64/); $cpu = 'athlon64' if($cpuinfo =~ /athlon\(tm\) 64/); - $cpu = 'amd64' if($cpuinfo =~ /opteron/); + $cpu = 'opteron' if($cpuinfo =~ /opteron/); # The 32-bit SPARC stuff is impossible to match to arch type easily, and # anyway the uname stuff will pick up that it's a SPARC so it doesn't |