From d35b8b60d7f436c5929dfa8d647f1d41aecfc237 Mon Sep 17 00:00:00 2001 From: "Kaleb S. KEITHLEY" Date: Thu, 2 Jul 2015 14:29:17 -0400 Subject: build: Mac OS X build issues, ACLs Mac OS X doesn't support POSIX ACLs. Change-Id: I875cd2c0403a0665f1f7572b4d28eb5835958e7f BUG: 1238798 Signed-off-by: Kaleb S. KEITHLEY Reviewed-on: http://review.gluster.org/11518 Tested-by: Gluster Build System Reviewed-by: Niels de Vos --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 6d04a354889..a46b532fdd2 100644 --- a/configure.ac +++ b/configure.ac @@ -416,8 +416,8 @@ AC_SUBST(PKGCONFIG_UUID) dnl NetBSD does not support POSIX ACLs :-( case $host_os in - *netbsd*) - AC_MSG_WARN([NetBSD does not support POSIX ACLs... disabling them]) + *netbsd* | darwin*) + AC_MSG_WARN([platform does not support POSIX ACLs... disabling them]) ACL_LIBS='' USE_POSIX_ACLS='0' BUILD_POSIX_ACLS='no' -- cgit