From 01d07975f7ef0e7dd339708172dbf5a4de2f8c8c Mon Sep 17 00:00:00 2001 From: Yitzchak Scott-Thoennes Date: Mon, 30 Dec 2002 10:01:16 -0800 Subject: [PATCH] Re: FreeBSD 5 hints patch Message-ID: p4raw-id: //depot/perl@18538 --- Configure | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) 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 -- 2.7.4