From 5731e339a3bcee794b7917b71597e13c91b28fb7 Mon Sep 17 00:00:00 2001 From: Chip Salzenberg Date: Wed, 26 May 1999 17:19:11 +0000 Subject: Look for Linux FILE structure in libio.h, for glibc-2.1. p4raw-id: //depot/maint-5.004/perl@3485 --- Configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configure b/Configure index 6e4b15a6e9..f93a20d4c0 100755 --- a/Configure +++ b/Configure @@ -7869,7 +7869,7 @@ eval $setvar : see if _ptr and _cnt from stdio act std echo " " -if $contains '_IO_fpos_t' `./findhdr stdio.h` >/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)' -- cgit v1.2.1