From: Wayne Davison Date: Sat, 4 Jun 2011 16:46:06 +0000 (-0700) Subject: Linux needs symlink xattrs. Fixes bug 8201. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/a131954b7b1fad5332051662d0fa3dbea6999b18 Linux needs symlink xattrs. Fixes bug 8201. --- 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