Mercurial > hg > octave-shane > gnulib-hg
changeset 2830:cefb171adcba
*** empty log message ***
author | Jim Meyering <jim@meyering.net> |
---|---|
date | Sat, 26 Aug 2000 11:26:11 +0000 |
parents | abcaa7fb56ec |
children | b7afb44ac10f |
files | m4/fpending.m4 |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/m4/fpending.m4 +++ b/m4/fpending.m4 @@ -7,9 +7,8 @@ AC_DEFUN(jm_FUNC_FPENDING, [ AC_CHECK_HEADERS(stdio_ext.h) - AC_FEPLACE_FUNCS([__fpending]) + AC_REPLACE_FUNCS([__fpending]) if test $ac_cv_func___fpending = no; then - AC_REPLACE_FUNCS(__fpending) AC_CACHE_CHECK( [how to determine the number of pending output bytes on a stream], ac_cv_sys_pending_output_n_bytes,