diff options
author | lloyd <[email protected]> | 2008-09-30 13:53:30 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-30 13:53:30 +0000 |
commit | 874f70a26ee716b139feabe1e36ecfcd96dc2c40 (patch) | |
tree | ad808849e577a767f0c9d33ec7c08b67da9e2bb4 /configure.pl | |
parent | 66869d7e0fcaf120f5c22eee43277fabd00e94fd (diff) | |
parent | 7ca3d4e4a8289600d66aafc5d8f746cde0b47beb (diff) |
propagate from branch 'net.randombit.botan' (head fd327b29aa542e0ad5ff6d37d8392321670f0369)
to branch 'net.randombit.botan.modularized' (head 3f8d05493d4b192243fdc8a7f518ed1013c3be54)
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 16b233fba..c99c81a98 100755 --- a/configure.pl +++ b/configure.pl @@ -1941,6 +1941,7 @@ sub guess_cpu_from_this my $cpu = ''; $cpu = 'ia32' if($cpuinfo =~ /x86/); + $cpu = 'ia32' if($cpuinfo =~ /i686/); $cpu = 'amd64' if($cpuinfo =~ /x86-64/); $cpu = 'amd64' if($cpuinfo =~ /x86_64/); |