summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2011-06-18 10:22:24 -0700
committerWayne Davison <wayned@samba.org>2011-06-18 10:22:24 -0700
commitfc41c32159e51c53a24aada899a3d04cf3b9f054 (patch)
tree455a2611aeddbb5c048d3c434d477b7e0fe14d4b
parent365124a2144e7bebfe9857bbb070953cac9798b1 (diff)
downloadrsync-fc41c32159e51c53a24aada899a3d04cf3b9f054.tar.gz
Mention coming Solaris support.
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7b290403..dab111e7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -979,7 +979,8 @@ else
AC_DEFINE(HAVE_FREEBSD_XATTRS, 1, [True if you have FreeBSD xattrs])
AC_DEFINE(SUPPORT_XATTRS, 1)
;;
- for_some_future_os_need)
+ solaris*)
+ # Better Solaris support coming in 3.1.0...
AC_DEFINE(NO_SYMLINK_XATTRS, 1, [True if symlinks do not support xattrs])
;;
*)