]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in previous change.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 5 Jan 2014 01:00:32 +0000 (17:00 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 5 Jan 2014 01:00:32 +0000 (17:00 -0800)
configure.ac

index 3822f4a8927ad48778f72cf0799d290fe6fd5d0d..14b88943ea4ba37e1b7523e90825d931bb3007a3 100644 (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])