From fc41c32159e51c53a24aada899a3d04cf3b9f054 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sat, 18 Jun 2011 10:22:24 -0700 Subject: [PATCH] Mention coming Solaris support. --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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]) ;; *)