From: Jim Meyering Date: Mon, 28 Aug 2000 14:53:10 +0000 (+0000) Subject: check for __fpending declaration X-Git-Tag: FILEUTILS-4_0z~78 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=92452ed0a0c66cc20e0f806532af96f8ff6bd9da;p=thirdparty%2Fcoreutils.git check for __fpending declaration --- diff --git a/m4/fpending.m4 b/m4/fpending.m4 index b512f5d0bd..a240f0ab2f 100644 --- a/m4/fpending.m4 +++ b/m4/fpending.m4 @@ -12,6 +12,12 @@ AC_DEFUN(jm_FUNC_FPENDING, [ AC_CHECK_HEADERS(stdio_ext.h) AC_REPLACE_FUNCS([__fpending]) + fp_headers=' +# if HAVE_STDIO_EXT_H +# include +# endif +' + AC_CHECK_DECLS([__fpending], , , $fp_headers) if test $ac_cv_func___fpending = no; then AC_CACHE_CHECK( [how to determine the number of pending output bytes on a stream],