From: Tom Hughes Date: Tue, 25 May 1999 23:10:23 +0000 (+0100) Subject: Make Configure recognise glibc 2.1 stdio X-Git-Tag: accepted/trunk/20130322.191538~34817^2~1018 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dca663ed364646b49648f5c2f9b31d92b014e9eb;p=platform%2Fupstream%2Fperl.git Make Configure recognise glibc 2.1 stdio To: perl5-porters@perl.org Message-ID: <1ed7f10749.tom@compton.compton.nu> p4raw-id: //depot/cfgperl@3482 --- diff --git a/Configure b/Configure index 83e41da..bb507e4 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 Sat May 22 00:54:37 EET DST 1999 [metaconfig 3.0 PL70] +# Generated on Wed May 26 01:56:24 EET DST 1999 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.com) cat >/tmp/c1$$ </dev/null 2>&1 ; then +if $contains '_IO_fpos_t' `./findhdr stdio.h` `./findhdr libio.h` >/dev/null 2>&1 ; then echo "(Looks like you have stdio.h from Linux.)" case "$stdio_ptr" in '') stdio_ptr='((fp)->_IO_read_ptr)'