From: Paul Eggert Date: Sat, 25 Feb 2023 23:38:38 +0000 (-0800) Subject: Disable xattr test on MS-Windows. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8797e514ab68c12ed05d3af88e6baba64bf08f4d;p=emacs.git Disable xattr test on MS-Windows. * nt/mingw-cfg.site (enable_xattr): Set to "no". (Bug#61782) --- 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