1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-14 23:40:39 -08:00
Copied from Perforce
 Change: 18197
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Richard Tucker 1997-05-22 14:35:48 +01:00
parent 85046a842e
commit e77ef4a10e

View file

@ -14,7 +14,7 @@ if ($] =~ /perl for NT/) {
# it's NT, so find out what the processor is
# from a system variable
$platform_class = "nt_".$ENV{"PROCESSOR_ARCHITECTURE"};
if ($platform_class = "nt_") {
if ($platform_class eq "nt_") {
$platform_class = "nt_dunno";
}
} else {