This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
311a25d
)
compiler awareness week
author
Craig A. Berry
<craigberry@mac.com>
Sun, 29 May 2005 12:43:09 +0000
(07:43 -0500)
committer
Abhijit Menon-Sen
<ams@wiw.org>
Sun, 29 May 2005 18:07:37 +0000
(18:07 +0000)
From: "Craig A. Berry" <craigberry@mac.com>
Message-Id: <
4299FF2D
.90209@mac.com>
p4raw-id: //depot/perl@24618
configure.com
patch
|
blob
|
blame
|
history
diff --git
a/configure.com
b/configure.com
index
bccbf2f
..
8be30fc
100644
(file)
--- a/
configure.com
+++ b/
configure.com
@@
-1609,7
+1609,7
@@
$ vms_cc_available = vms_cc_available + "cc/decc "
$ ENDIF
$ ELSE
$ IF (F$LOCATE("DEC",line).NE.F$LENGTH(line)).or.(F$LOCATE("Compaq",line).NE.F$LENGTH(line)) -
- .or.(F$LOCATE("
hp",line
).NE.F$LENGTH(line))
+ .or.(F$LOCATE("
HP",F$EDIT(line,"UPCASE")
).NE.F$LENGTH(line))
$ THEN
$ vms_cc_dflt = "/decc"
$ vms_cc_available = vms_cc_available + "cc/decc "