aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
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:47:24 -0700
commita131954b7b1fad5332051662d0fa3dbea6999b18 (patch)
treeec79eb934147baae254d3ac0b6e5129a70d6c51b /configure.ac
parentf187ce36cc8d08e9cefc0662102131a139240a23 (diff)
downloadandroid_external_rsync-a131954b7b1fad5332051662d0fa3dbea6999b18.tar.gz
android_external_rsync-a131954b7b1fad5332051662d0fa3dbea6999b18.tar.bz2
android_external_rsync-a131954b7b1fad5332051662d0fa3dbea6999b18.zip
Linux needs symlink xattrs. Fixes bug 8201.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index b1603662..c261b4ad 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1021,7 +1021,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)
@@ -1039,7 +1038,7 @@ else
AC_MSG_RESULT(Using Solaris xattrs)
AC_DEFINE(HAVE_SOLARIS_XATTRS, 1, [True if you have Solaris xattrs])
AC_DEFINE(SUPPORT_XATTRS, 1)
- AC_DEFINE(NO_SYMLINK_XATTRS, 1)
+ AC_DEFINE(NO_SYMLINK_XATTRS, 1, [True if symlinks do not support xattrs])
;;
*)
if test x"$enable_xattr_support" = x"yes"; then