1
Fork 0
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:
Richard Tucker 1999-02-02 10:52:02 +00:00
parent badf1f11a2
commit cf344bfa56

View file

@ -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();