aboutsummaryrefslogtreecommitdiffstats
path: root/nt
diff options
context:
space:
mode:
Diffstat (limited to 'nt')
-rw-r--r--nt/gnulib-cfg.mk1
-rw-r--r--nt/mingw-cfg.site4
2 files changed, 5 insertions, 0 deletions
diff --git a/nt/gnulib-cfg.mk b/nt/gnulib-cfg.mk
index 09cd5822578..91f30ec7149 100644
--- a/nt/gnulib-cfg.mk
+++ b/nt/gnulib-cfg.mk
@@ -62,3 +62,4 @@ OMIT_GNULIB_MODULE_sys_stat = true
62OMIT_GNULIB_MODULE_sys_time = true 62OMIT_GNULIB_MODULE_sys_time = true
63OMIT_GNULIB_MODULE_sys_types = true 63OMIT_GNULIB_MODULE_sys_types = true
64OMIT_GNULIB_MODULE_unistd = true 64OMIT_GNULIB_MODULE_unistd = true
65OMIT_GNULIB_MODULE_canonicalize-lgpl = true
diff --git a/nt/mingw-cfg.site b/nt/mingw-cfg.site
index e15d14cc392..dfdca3926f9 100644
--- a/nt/mingw-cfg.site
+++ b/nt/mingw-cfg.site
@@ -86,6 +86,10 @@ gl_cv_func_readlink_works=yes
86gl_cv_func_symlink_works=yes 86gl_cv_func_symlink_works=yes
87ac_cv_func_readlinkat=yes 87ac_cv_func_readlinkat=yes
88ac_cv_func_faccessat=yes 88ac_cv_func_faccessat=yes
89# Avoid compiling Gnulib's canonicalize-lgpl.c, which fails
90ac_cv_func_canonicalize_file_name=yes
91ac_cv_func_realpath="not-needed"
92gl_cv_func_realpath_works="no-but-not-needed-so-yes"
89# Implemented in w32.c 93# Implemented in w32.c
90ac_cv_func_fcntl=yes 94ac_cv_func_fcntl=yes
91gl_cv_func_fcntl_f_dupfd_cloexec=yes 95gl_cv_func_fcntl_f_dupfd_cloexec=yes