summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2019-02-01 17:07:13 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2019-02-01 17:07:31 -0800
commitd53ff31bf12b3dca83caf20c7360bb92822cb151 (patch)
tree2dfce47e623a4c8e874a3ad32efd67b7f6dfbb3e /configure.ac
parent38fb5f4d22a5d69621a8b42bf39258af0919b456 (diff)
downloademacs-d53ff31bf12b3dca83caf20c7360bb92822cb151.tar.gz
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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
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.