emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master ce04a88: MS-Windows followup to recent emacsclient changes


From: Eli Zaretskii
Subject: master ce04a88: MS-Windows followup to recent emacsclient changes
Date: Fri, 23 Jul 2021 07:58:07 -0400 (EDT)

branch: master
commit ce04a88f3c0e0548eacff03018d7d7bdd88ec517
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    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.
---
 nt/gnulib-cfg.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/nt/gnulib-cfg.mk b/nt/gnulib-cfg.mk
index 5cdbde6..c85b915 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]