Reported by Bjarni Ingi Gislason <bjarniig@simnet.is> in
<https://lists.gnu.org/archive/html/bug-gnulib/2023-05/msg00040.html>.
* m4/dirfd.m4 (gl_FUNC_DIRFD): Fix mistake in last change.
+2023-05-05 Bruno Haible <bruno@clisp.org>
+
+ dirfd: Fix bogus override (regression 2023-04-26).
+ Reported by Bjarni Ingi Gislason <bjarniig@simnet.is> in
+ <https://lists.gnu.org/archive/html/bug-gnulib/2023-05/msg00040.html>.
+ * m4/dirfd.m4 (gl_FUNC_DIRFD): Fix mistake in last change.
+
2023-05-04 Bruno Haible <bruno@clisp.org>
c32swidth: Add tests.
-# serial 27 -*- Autoconf -*-
+# serial 28 -*- Autoconf -*-
dnl Find out how to get the file descriptor associated with an open DIR*.
HAVE_DIRFD=0
else
HAVE_DIRFD=1
- dnl Replace only if the system declares dirfd already.
- if test $ac_cv_have_decl_dirfd = yes; then
- REPLACE_DIRFD=1
- fi
dnl Replace dirfd() on native Windows, to support fdopendir().
AC_REQUIRE([gl_DIRENT_DIR])
if test $DIR_HAS_FD_MEMBER = 0; then