1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-28 10:56:36 +00: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.