emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master d53ff31: Restore SETFATTR substitution


From: Paul Eggert
Subject: [Emacs-diffs] master d53ff31: Restore SETFATTR substitution
Date: Fri, 1 Feb 2019 20:07:37 -0500 (EST)

branch: master
commit d53ff31bf12b3dca83caf20c7360bb92822cb151
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    Restore SETFATTR substitution
    
    * configure.ac (SETFATTR): Restore the AC_SUBST of this
    that was inadvertently removed when pdumper support was added.
    Need for ./configure --with-dumping=unexec on Fedora 29.
---
 configure.ac | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.ac b/configure.ac
index 53e2ef3..0259c82 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1351,6 +1351,7 @@ if test $with_unexec = yes && test $opsys = gnu-linux; 
then
 fi
 AC_SUBST([PAXCTL_dumped])
 AC_SUBST([PAXCTL_notdumped])
+AC_SUBST([SETFATTR])
 
 # Makeinfo on macOS is ancient, check whether there is a more recent
 # version installed by Homebrew.



reply via email to

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