From 8797e514ab68c12ed05d3af88e6baba64bf08f4d Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 25 Feb 2023 15:38:38 -0800 Subject: [PATCH] Disable xattr test on MS-Windows. * nt/mingw-cfg.site (enable_xattr): Set to "no". (Bug#61782) --- nt/mingw-cfg.site | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.5