From: Wayne Davison Date: Sat, 18 Jun 2011 17:22:24 +0000 (-0700) Subject: Mention coming Solaris support. X-Git-Tag: v3.0.9pre1~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fc41c32159e51c53a24aada899a3d04cf3b9f054;p=thirdparty%2Frsync.git Mention coming Solaris support. --- 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]) ;; *)