From de3a50306ddea77d6234f56323a90436701cd24f Mon Sep 17 00:00:00 2001 From: sg Date: Sun, 23 Jan 2000 18:20:50 +0000 Subject: [PATCH] * Fixed typo in line 1375 ("fpidr" instead of "fpcdir") --- compiler/options.pas | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/compiler/options.pas b/compiler/options.pas index e5ab198b33..75500343a6 100644 --- a/compiler/options.pas +++ b/compiler/options.pas @@ -1372,7 +1372,7 @@ begin if fpcdir='' then begin if PathExists('/usr/local/lib/fpc/'+version_string) then - fpcidr:='/usr/local/lib/fpc/'+version_string + fpcdir:='/usr/local/lib/fpc/'+version_string else fpcdir:='/usr/lib/fpc/'+version_string; end; @@ -1427,7 +1427,10 @@ end; end. { $Log$ - Revision 1.54 2000-01-23 16:36:37 peter + Revision 1.55 2000-01-23 18:20:50 sg + * Fixed typo in line 1375 ("fpidr" instead of "fpcdir") + + Revision 1.54 2000/01/23 16:36:37 peter * better auto RTL dir detection Revision 1.53 2000/01/20 10:36:44 daniel