From 742378cfd7d4ae993b213cd1fa14173ae3f9cd31 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sat, 28 Oct 2006 20:16:59 +0000 Subject: [PATCH] Fixed a typo in configure.in that always enabled xattr support. --- xattrs.diff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xattrs.diff b/xattrs.diff index c8030e3..6589554 100644 --- a/xattrs.diff +++ b/xattrs.diff @@ -164,7 +164,7 @@ TODO: + ;; + *) + AC_MSG_RESULT(no) -+ AC_DEFINE(HAVE_NA_XATTRS, 1, [True if you don't have extended attributes]) ++ AC_DEFINE(HAVE_NO_XATTRS, 1, [True if you don't have extended attributes]) + esac ], + AC_MSG_RESULT(no) + AC_DEFINE(HAVE_NO_XATTRL, 1, [True if you don't have extended attributes]) -- 2.34.1