mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-06 14:22:31 -07:00
Fix bug in using generic unix settings
Copied from Perforce Change: 20540 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
badf1f11a2
commit
cf344bfa56
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ sub platform_settings {
|
|||
if ($PLATFORM =~ "^sos8gp") {
|
||||
&settings_gprof();
|
||||
}
|
||||
} elsif ($PLATFORM =~ "::unix") {
|
||||
} elsif ($PLATFORM =~ "__unix") {
|
||||
&logcomment("I don't know anything specific about $PLATFORM --");
|
||||
&logcomment("using generic unix/gcc settings.");
|
||||
&settings_unix();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue