Disable xattr test on MS-Windows.
* nt/mingw-cfg.site (enable_xattr): Set to "no". (Bug#61782)
This commit is contained in:
parent
a5be840c7b
commit
8797e514ab
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue