]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Linux needs symlink xattrs. Fixes bug 8201.
authorWayne Davison <wayned@samba.org>
Sat, 4 Jun 2011 16:46:06 +0000 (09:46 -0700)
committerWayne Davison <wayned@samba.org>
Sat, 4 Jun 2011 16:46:06 +0000 (09:46 -0700)
configure.ac

index ff21b3a10d07f2e50330af458c3241b568415749..7b2904030c75b9df5ca330c90177cd406c792d7d 100644 (file)
@@ -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)