summaryrefslogtreecommitdiff
path: root/nt
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2023-02-25 15:38:38 -0800
committerEli Zaretskii <eliz@gnu.org>2023-02-26 08:54:45 +0200
commit8797e514ab68c12ed05d3af88e6baba64bf08f4d (patch)
tree386060da3933aa7539542cb27ab60110f5221325 /nt
parenta5be840c7b72592b8e6ba894b1be8e643ce3df0f (diff)
downloademacs-8797e514ab68c12ed05d3af88e6baba64bf08f4d.tar.gz
Disable xattr test on MS-Windows.
* nt/mingw-cfg.site (enable_xattr): Set to "no". (Bug#61782)
Diffstat (limited to 'nt')
-rw-r--r--nt/mingw-cfg.site3
1 files changed, 3 insertions, 0 deletions
diff --git a/nt/mingw-cfg.site b/nt/mingw-cfg.site
index 7ca19cbad06..425eaace30d 100644
--- a/nt/mingw-cfg.site
+++ b/nt/mingw-cfg.site
@@ -170,3 +170,6 @@ gl_cv_func_free_preserves_errno=yes
# Don't build the Gnulib nanosleep module: it requires W2K or later,
# and MinGW does have nanosleep.
gl_cv_func_nanosleep=yes
+# Suppress configure-time diagnostic from unnecessary libxattr check,
+# as xattr will not be supported here.
+enable_xattr=no