|
@@ -2300,9 +2300,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);
|
|
|
|
- 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
|
|
end
|
|
else
|
|
else
|
|
read_configfile := false;
|
|
read_configfile := false;
|