From: Yitzchak Scott-Thoennes Date: Mon, 30 Dec 2002 18:01:16 +0000 (-0800) Subject: Re: FreeBSD 5 hints patch X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=01d07975f7ef0e7dd339708172dbf5a4de2f8c8c;p=p5sagit%2Fp5-mst-13.2.git Re: FreeBSD 5 hints patch Message-ID: p4raw-id: //depot/perl@18538 --- diff --git a/Configure b/Configure index 3d2e8b9..6ce7766 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 Mon Dec 16 12:51:57 MET 2002 [metaconfig 3.0 PL70] +# Generated on Tue Jan 21 18:59:19 MET 2003 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <try.c < +#include +int main () { return 0; } +EOCP +set try +if eval $compile; then + echo " found." >&4 + val="$define" +else + echo " NOT found." >&4 + val="$undef" +fi +$rm -f try.c try +set i_malloc +eval $setvar : see if stdlib is available set stdlib.h i_stdlib