From: Steve Peters Date: Tue, 6 Jun 2006 10:33:12 +0000 (-0500) Subject: Teach Configure that icc is not gcc X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7686528ec527b1dbb8270dafda0d29b2197ddc9e;p=p5sagit%2Fp5-mst-13.2.git Teach Configure that icc is not gcc Message-ID: <20060606153312.GA5542@fisharerojo.org> p4raw-id: //depot/perl@28362 --- diff --git a/Configure b/Configure index 8fee5eb..d3da667 100755 --- a/Configure +++ b/Configure @@ -26,7 +26,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Mon May 22 19:21:39 CEST 2006 [metaconfig 3.0 PL70] +# Generated on Tue Jun 6 20:32:43 CEST 2006 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <&4 $cat >try.c < int main() { -#ifdef __GNUC__ +#if defined(__GNUC__) && !defined(__INTEL_COMPILER) #ifdef __VERSION__ printf("%s\n", __VERSION__); #else