[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master 8797e514ab6: Disable xattr test on MS-Windows.
From: |
Eli Zaretskii |
Subject: |
master 8797e514ab6: Disable xattr test on MS-Windows. |
Date: |
Sun, 26 Feb 2023 01:56:25 -0500 (EST) |
branch: master
commit 8797e514ab68c12ed05d3af88e6baba64bf08f4d
Author: Paul Eggert <eggert@cs.ucla.edu>
Commit: Eli Zaretskii <eliz@gnu.org>
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- master 8797e514ab6: Disable xattr test on MS-Windows.,
Eli Zaretskii <=