From 6af8e1145034b243e922307c583edd0ee3bad64d Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Tue, 20 Nov 2018 14:11:42 -0800 Subject: [PATCH] Don't force cygwin to solaris ACLs anymore. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 45a96637..4f68e98a 100644 --- a/configure.ac +++ b/configure.ac @@ -979,7 +979,7 @@ else AC_DEFINE(HAVE_UNIXWARE_ACLS, 1, [true if you have UnixWare ACLs]) AC_DEFINE(SUPPORT_ACLS, 1, [Define to 1 to add support for ACLs]) ;; - solaris*|*cygwin*) + solaris*) AC_MSG_RESULT(Using solaris ACLs) AC_DEFINE(HAVE_SOLARIS_ACLS, 1, [true if you have solaris ACLs]) AC_DEFINE(SUPPORT_ACLS, 1) -- 2.47.2