aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2011-06-18 10:12:47 -0700
committerWayne Davison <wayned@samba.org>2011-06-18 10:12:47 -0700
commite2c1e482e004b8f992156bf436d4bf34cee1ee1d (patch)
treeec5a77a271b3f2d1cc1c059ba30e227c1951799a /configure.ac
parent4591bb2f6651cf8efd707b6b815a3d62a1c9c418 (diff)
downloadandroid_external_rsync-e2c1e482e004b8f992156bf436d4bf34cee1ee1d.tar.gz
android_external_rsync-e2c1e482e004b8f992156bf436d4bf34cee1ee1d.tar.bz2
android_external_rsync-e2c1e482e004b8f992156bf436d4bf34cee1ee1d.zip
Set NO_SYMLINK_USER_XATTRS on linux. Fixes bug 7109.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index c261b4ad..dfe31015 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1021,6 +1021,7 @@ 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_USER_XATTRS, 1, [True if symlinks do not support user xattrs])
;;
darwin*)
AC_MSG_RESULT(Using OS X xattrs)