summaryrefslogtreecommitdiff
path: root/nt
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2021-07-23 14:56:16 +0300
committerEli Zaretskii <eliz@gnu.org>2021-07-23 14:56:16 +0300
commitce04a88f3c0e0548eacff03018d7d7bdd88ec517 (patch)
tree0df5336fdc01a42957a89ae3b3809660044dfa87 /nt
parent007744dd0404d6febca88b00c22981cc630fb8c0 (diff)
downloademacs-ce04a88f3c0e0548eacff03018d7d7bdd88ec517.tar.gz
MS-Windows followup to recent emacsclient changes
* nt/gnulib-cfg.mk (OMIT_GNULIB_MODULE_file-has-acl): Set to true to avoid compiling file-has-acl.c on MS-Windows.
Diffstat (limited to 'nt')
-rw-r--r--nt/gnulib-cfg.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/nt/gnulib-cfg.mk b/nt/gnulib-cfg.mk
index 5cdbde6bb5b..c85b9150f0c 100644
--- a/nt/gnulib-cfg.mk
+++ b/nt/gnulib-cfg.mk
@@ -68,3 +68,4 @@ OMIT_GNULIB_MODULE_fchmodat = true
OMIT_GNULIB_MODULE_lchmod = true
OMIT_GNULIB_MODULE_futimens = true
OMIT_GNULIB_MODULE_utimensat = true
+OMIT_GNULIB_MODULE_file-has-acl = true