]> git.samba.org - rsync.git/commitdiff
Don't force cygwin to solaris ACLs anymore.
authorWayne Davison <wayned@samba.org>
Tue, 20 Nov 2018 22:11:42 +0000 (14:11 -0800)
committerWayne Davison <wayned@samba.org>
Tue, 20 Nov 2018 22:11:42 +0000 (14:11 -0800)
configure.ac

index 45a96637005c8f89117bbcf0ed3312b1ed2e1017..4f68e98a9e1d125f384a45b8f635a12f77e050fc 100644 (file)
@@ -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)