summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-08-26 11:26:11 +0000
committerJim Meyering <jim@meyering.net>2000-08-26 11:26:11 +0000
commit86d77d28f60c1b29b6d59eb744df2acb95e9714f (patch)
tree54be81cda8815dde625a22140a997b27cc3b2cdb /m4
parent5fec9dcd63747806df449658711b8bed5740edc3 (diff)
downloadcoreutils-86d77d28f60c1b29b6d59eb744df2acb95e9714f.tar.xz
*** empty log message ***
Diffstat (limited to 'm4')
-rw-r--r--m4/fpending.m43
1 files changed, 1 insertions, 2 deletions
diff --git a/m4/fpending.m4 b/m4/fpending.m4
index dab08032a..72c9cf952 100644
--- a/m4/fpending.m4
+++ b/m4/fpending.m4
@@ -7,9 +7,8 @@ dnl and Ulrich Drepper.
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,