summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChip Salzenberg <chip@pobox.com>1999-05-26 17:19:11 +0000
committerchip <chip@pobox.com>1999-05-26 17:19:11 +0000
commit5731e339a3bcee794b7917b71597e13c91b28fb7 (patch)
tree97eb1af3a973440bf1cbbae2f94e64c42f0ae3d2
parent88387752d6e335fef588b39196e9ac20f4ea128e (diff)
downloadperl-GitLive-maint-5.004.tar.gz
Look for Linux FILE structure in libio.h, for glibc-2.1.GitLive-maint-5.004
p4raw-id: //depot/maint-5.004/perl@3485
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
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)'