diff options
author | Wayne Davison <wayned@samba.org> | 2011-06-18 10:22:24 -0700 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2011-06-18 10:22:24 -0700 |
commit | fc41c32159e51c53a24aada899a3d04cf3b9f054 (patch) | |
tree | 455a2611aeddbb5c048d3c434d477b7e0fe14d4b | |
parent | 365124a2144e7bebfe9857bbb070953cac9798b1 (diff) | |
download | rsync-fc41c32159e51c53a24aada899a3d04cf3b9f054.tar.gz |
Mention coming Solaris support.
-rw-r--r-- | configure.ac | 3 |
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]) ;; *) |