* 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 ? }
if (not read_configfile) and
(ppcaltcfg<>'') then
read_configfile:=check_configfile(ppcaltcfg,ppccfg);
if read_configfile then
message(option_ppc386_deprecated);
begin
read_configfile:=check_configfile(ppcaltcfg,ppccfg);
if read_configfile then
message(option_ppc386_deprecated);
end;
end
else
read_configfile := false;