X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/ac30d22ae5bd4e1a1282e401425fe28cec6a08bb..ddc5ae3d9e6cc632b93bac327b6f92d0545b0537:/configure.ac?ds=sidebyside diff --git a/configure.ac b/configure.ac index b1603662..dfe31015 100644 --- a/configure.ac +++ b/configure.ac @@ -1021,7 +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_XATTRS, 1, [True if symlinks do not support xattrs]) + AC_DEFINE(NO_SYMLINK_USER_XATTRS, 1, [True if symlinks do not support user xattrs]) ;; darwin*) AC_MSG_RESULT(Using OS X xattrs) @@ -1039,7 +1039,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