Fix typo in previous change.

This commit is contained in:
Paul Eggert 2014-01-04 17:00:32 -08:00
parent 81da295eeb
commit 54c2b8b497

View file

@ -1001,7 +1001,7 @@ if test $opsys = gnu-linux; then
if test "$emacs_cv_prog_setfattr" = yes; then
SETFATTR=setfattr
else
SETFATTR=no
SETFATTR=
fi
rm -f conftest.tmp
AC_SUBST([SETFATTR])