* Fixed r10992. Really warn if someone still uses ppc386.cfg

git-svn-id: trunk@11202 -
This commit is contained in:
yury 2008-06-05 08:24:58 +00:00
parent 0d12d51690
commit 01e31e2215

View File

@ -2305,9 +2305,11 @@ begin
{ Maybe alternative configfile ? } { Maybe alternative configfile ? }
if (not read_configfile) and if (not read_configfile) and
(ppcaltcfg<>'') then (ppcaltcfg<>'') then
read_configfile:=check_configfile(ppcaltcfg,ppccfg); begin
if read_configfile then read_configfile:=check_configfile(ppcaltcfg,ppccfg);
message(option_ppc386_deprecated); if read_configfile then
message(option_ppc386_deprecated);
end;
end end
else else
read_configfile := false; read_configfile := false;