From: Paul Eggert Date: Sat, 2 Feb 2019 01:07:13 +0000 (-0800) Subject: Restore SETFATTR substitution X-Git-Tag: emacs-27.0.90~3689 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d53ff31bf12b3dca83caf20c7360bb92822cb151;p=emacs.git 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. --- diff --git a/configure.ac b/configure.ac index 53e2ef35c74..0259c822585 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.