summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2011-06-04 09:46:06 -0700
committerWayne Davison <wayned@samba.org>2011-06-04 09:46:06 -0700
commitdbf68ca4c11771f57a01040e805bcd5549110221 (patch)
tree072520a04b6d75f1509d5c1d0d766af2eb3b41fc
parentba35ba06c9964d67fd7712f1b103e6d527f30c46 (diff)
downloadrsync-dbf68ca4c11771f57a01040e805bcd5549110221.tar.gz
Linux needs symlink xattrs. Fixes bug 8201.
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ff21b3a1..7b290403 100644
--- a/configure.ac
+++ b/configure.ac
@@ -966,7 +966,6 @@ else
AC_MSG_RESULT(Using Linux xattrs)
AC_DEFINE(HAVE_LINUX_XATTRS, 1, [True if you have Linux xattrs])
AC_DEFINE(SUPPORT_XATTRS, 1)
- AC_DEFINE(NO_SYMLINK_XATTRS, 1, [True if symlinks do not support xattrs])
;;
darwin*)
AC_MSG_RESULT(Using OS X xattrs)
@@ -980,6 +979,9 @@ else
AC_DEFINE(HAVE_FREEBSD_XATTRS, 1, [True if you have FreeBSD xattrs])
AC_DEFINE(SUPPORT_XATTRS, 1)
;;
+ for_some_future_os_need)
+ AC_DEFINE(NO_SYMLINK_XATTRS, 1, [True if symlinks do not support xattrs])
+ ;;
*)
if test x"$enable_xattr_support" = x"yes"; then
AC_MSG_ERROR(Failed to find extended attribute support)