]> git.eshelyaron.com Git - emacs.git/commitdiff
Restore SETFATTR substitution
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 2 Feb 2019 01:07:13 +0000 (17:07 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 2 Feb 2019 01:07:31 +0000 (17:07 -0800)
* 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

index 53e2ef35c74d1b64aced31bcee6b1e73a92fb376..0259c822585b987f2c1e9418b795847888d3743a 100644 (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.