From: Craig A. Berry Date: Thu, 23 May 2002 16:47:34 +0000 (-0500) Subject: configure.com: C switch tweak for VAX X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c5b107211f8cf254e789cec72695a3fa725b355d;p=p5sagit%2Fp5-mst-13.2.git configure.com: C switch tweak for VAX From: "Craig A. Berry" Message-Id: p4raw-id: //depot/perl@16758 --- diff --git a/configure.com b/configure.com index e1c3ad4..c8a4940 100644 --- a/configure.com +++ b/configure.com @@ -1803,7 +1803,7 @@ $ CLOSE CONFIG $ echo "You are using Dec C ''line'" $ ccversion = line $ Dec_C_Version = F$INTEGER(line) -$ IF Dec_C_Version .GE. 60200000 +$ IF Dec_C_Version .GE. 60200000 .AND. archname .NES. "VMS_VAX" $ THEN $ echo4 "adding /NOANSI_ALIAS qualifier to ccflags." $ ccflags = ccflags + "/NOANSI_ALIAS"