From dca663ed364646b49648f5c2f9b31d92b014e9eb Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 26 May 1999 00:10:23 +0100 Subject: [PATCH] Make Configure recognise glibc 2.1 stdio To: perl5-porters@perl.org Message-ID: <1ed7f10749.tom@compton.compton.nu> p4raw-id: //depot/cfgperl@3482 --- Configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)' -- 2.7.4