1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 12:21:25 -08:00

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.
This commit is contained in:
Paul Eggert 2019-02-01 17:07:13 -08:00
parent 38fb5f4d22
commit d53ff31bf1

View file

@ -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.