Fixed a typo in configure.in that always enabled xattr support.
authorWayne Davison <wayned@samba.org>
Sat, 28 Oct 2006 20:16:59 +0000 (20:16 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 28 Oct 2006 20:16:59 +0000 (20:16 +0000)
xattrs.diff

index c8030e3..6589554 100644 (file)
@@ -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])