summaryrefslogtreecommitdiff
path: root/nt
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2025-11-06 08:36:50 +0200
committerEli Zaretskii <eliz@gnu.org>2025-11-06 08:36:50 +0200
commitd6402072f2d0f83b6dae110d80f08d42900d31f7 (patch)
tree180922938e279245f7080cfba10e40d6e1e2151a /nt
parent58a2c2494d32719841ac3aa7a463e1a49852510c (diff)
A better fix for recent changes in Gnulib's acl_entries.c
See https://lists.gnu.org/archive/html/emacs-devel/2025-11/msg00145.html for the related discussions. * nt/mingw-cfg.site (ac_cv_func_acl_entries): Set to "yes" to disable compilation of lib/acl_entries.c on MinGW. * lib/acl_entries.c (acl_entries): Revert last change, as it is no longer needed.
Diffstat (limited to 'nt')
-rw-r--r--nt/mingw-cfg.site3
1 files changed, 2 insertions, 1 deletions
diff --git a/nt/mingw-cfg.site b/nt/mingw-cfg.site
index 16b61de3bd0..7829a9878fe 100644
--- a/nt/mingw-cfg.site
+++ b/nt/mingw-cfg.site
@@ -46,12 +46,13 @@ ac_cv_search_clock_gettime="none required"
ac_cv_func_clock_gettime=no
ac_cv_func_clock_settime=no
-# ACL functions are implemented in w32.c
+# ACL functions are either implemented in w32.c or not needed
ac_cv_search_acl_get_file="none required"
ac_cv_func_acl_get_file=yes
ac_cv_func_acl_set_file=yes
ac_cv_func_acl_free=yes
ac_cv_func_acl_from_text=yes
+ac_cv_func_acl_entries=yes
gl_cv_func_working_acl_get_file=yes
# Autoconf's test program is not smart enough, and fails to detect gethostname
ac_cv_func_gethostname=yes