]> git.eshelyaron.com Git - emacs.git/commitdiff
Disable xattr test on MS-Windows.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 25 Feb 2023 23:38:38 +0000 (15:38 -0800)
committerEli Zaretskii <eliz@gnu.org>
Sun, 26 Feb 2023 06:54:45 +0000 (08:54 +0200)
* nt/mingw-cfg.site (enable_xattr): Set to "no".  (Bug#61782)

nt/mingw-cfg.site

index 7ca19cbad069bd0ac7c24362c08b6ae1b16c76d0..425eaace30d50c5661bd32f43f46a9d49a16121b 100644 (file)
@@ -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