From: Eli Zaretskii Date: Fri, 23 Jul 2021 11:56:16 +0000 (+0300) Subject: MS-Windows followup to recent emacsclient changes X-Git-Tag: emacs-28.0.90~1746 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ce04a88f3c0e0548eacff03018d7d7bdd88ec517;p=emacs.git 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. --- 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