From: Craig A. Berry Date: Sun, 29 May 2005 12:43:09 +0000 (-0500) Subject: compiler awareness week X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=345d1b6f8b9605e2699c84cc5fc9a99a40bc982a;p=p5sagit%2Fp5-mst-13.2.git compiler awareness week From: "Craig A. Berry" Message-Id: <4299FF2D.90209@mac.com> p4raw-id: //depot/perl@24618 --- diff --git a/configure.com b/configure.com index bccbf2f..8be30fc 100644 --- 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 "