From d53ff31bf12b3dca83caf20c7360bb92822cb151 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 1 Feb 2019 17:07:13 -0800 Subject: [PATCH] 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 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. -- 2.39.5