projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5be840
)
Disable xattr test on MS-Windows.
author
Paul Eggert
<eggert@cs.ucla.edu>
Sat, 25 Feb 2023 23:38:38 +0000
(15:38 -0800)
committer
Eli 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
patch
|
blob
|
history
diff --git
a/nt/mingw-cfg.site
b/nt/mingw-cfg.site
index 7ca19cbad069bd0ac7c24362c08b6ae1b16c76d0..425eaace30d50c5661bd32f43f46a9d49a16121b 100644
(file)
--- 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