From 31c77a2fde27888aead246cde6eb88724450e5e1 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 29 Sep 2006 15:58:04 +0000 Subject: [ChangeLog] Since any system may be affected by the Darwin readdir bug, perform the extra rewinddir unconditionally. The performance impact of rewinding a directory is negligible. * src/remove.c (NEED_REWIND): Define to use CONSECUTIVE_READDIR_UNLINK_THRESHOLD unconditionally. [m4/ChangeLog] * readdir.m4: Remove file once again. * jm-macros.m4: Remove reference to gl_FUNC_READDIR. --- m4/jm-macros.m4 | 1 - 1 file changed, 1 deletion(-) (limited to 'm4/jm-macros.m4') diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index 199e5c782..e0188e66b 100644 --- a/m4/jm-macros.m4 +++ b/m4/jm-macros.m4 @@ -45,7 +45,6 @@ AC_DEFUN([gl_MACROS], AC_REQUIRE([gl_PREREQ]) AC_REQUIRE([AC_FUNC_FSEEKO]) - AC_REQUIRE([gl_FUNC_READDIR]) AC_CONFIG_LIBOBJ_DIR([lib]) -- cgit v1.2.3-54-g00ecf