mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-14 23:40:39 -08:00
Hack
Copied from Perforce Change: 18197 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
85046a842e
commit
e77ef4a10e
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue