From: Paul Eggert Date: Sun, 5 Jan 2014 01:00:32 +0000 (-0800) Subject: Fix typo in previous change. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~72 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=54c2b8b4976995177f6fb375c2d52280f1d152d1;p=emacs.git Fix typo in previous change. --- diff --git a/configure.ac b/configure.ac index 3822f4a8927..14b88943ea4 100644 --- a/configure.ac +++ b/configure.ac @@ -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])