From: Jarkko Hietaniemi Date: Wed, 27 Jan 1999 16:52:33 +0000 (+0200) Subject: Avoid Digital UNIX' ksh. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ca11f38ff949231f89dd5f70abe39eda664c17d5;p=p5sagit%2Fp5-mst-13.2.git Avoid Digital UNIX' ksh. To: Henrik Tougaard Cc: perlbug@perl.com, ht000@foa.dk Subject: Re: Not OK perl5.005_03-MAINT_TRIAL_4 Message-ID: <13999.10289.319422.239987@alpha.hut.fi> p4raw-id: //depot/cfgperl@3210 --- diff --git a/Configure b/Configure index ce5658f..9640a5c 100755 --- a/Configure +++ b/Configure @@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Fri Apr 2 15:40:35 EET DST 1999 [metaconfig 3.0 PL70] +# Generated on Sat Apr 3 16:20:23 EET DST 1999 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.com) cat >/tmp/c1$$ <&4 $cat >try.c < -#include +#include off64_t foo() { off64_t x; x = 7; return x; }' EOCP if $cc $optimize $ccflags -c try.c >/dev/null 2>&1; then @@ -7294,7 +7300,7 @@ EOCP echo $n "Checking to see if your system supports offset_t...$c" >&4 $cat >try.c < -#include +#include offset_t foo() { offset_t x; x = 7; return x; }' EOCP if $cc $optimize $ccflags -c try.c >/dev/null 2>&1; then