diff m4/dirent_h.m4 @ 12547:6d50d2a81c7d

Further updates, following today's commits.
author Bruno Haible <bruno@clisp.org>
date Thu, 31 Dec 2009 22:41:49 +0100
parents cd64e80f94e4
children c2cbabec01dd
line wrap: on
line diff
--- a/m4/dirent_h.m4
+++ b/m4/dirent_h.m4
@@ -12,15 +12,14 @@
   dnl once only, before all statements that occur in other macros.
   AC_REQUIRE([gl_DIRENT_H_DEFAULTS])
 
-  dnl Execute this unconditionally, because DIRENT_H may be set by other
-  dnl modules, after this code is executed.
+  dnl <dirent.h> is always overridden, because of GNULIB_POSIXCHECK.
   gl_CHECK_NEXT_HEADERS([dirent.h])
 ])
 
 dnl Unconditionally enables the replacement of <dirent.h>.
 AC_DEFUN([gl_REPLACE_DIRENT_H],
 [
-  AC_REQUIRE([gl_DIRENT_H_DEFAULTS])
+  dnl This is a no-op, because <dirent.h> is always overridden.
   :
 ])