head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2007.01.22.13.22.11; author rse; state Exp; branches; next ; commitid WQbxbxIIg1Uinv3s; desc @@ 1.1 log @new package: cinvoke 1.0 (Foreign Function Call Library) @ text @Index: configure.pl --- configure.pl.orig 2007-01-22 03:58:25 +0100 +++ configure.pl 2007-01-22 14:19:59 +0100 @@@@ -99,7 +99,7 @@@@ if ($? != 0) { die "error executing gcc -dumpmachine: $!"; } if ($gccout =~ m/i[3456]86/) { $processor = 'X86'; - } elsif ($gccout =~ m/x86_64/) { + } elsif ($gccout =~ m/x86_64/ or $gccout =~ m/amd64/) { $processor = 'X64'; } elsif ($gccout =~ m/ppc/) { $processor = 'PPC'; @