Fix --remove-source-files sanity check w/--copy-links the right way.
[rsync.git] / configure.ac
index 02d4cb844ecf9ea1ca2c94825d6ab2522239d24c..4f68e98a9e1d125f384a45b8f635a12f77e050fc 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT([rsync],[3.1.3dev],[http://rsync.samba.org/bugzilla.html])
+AC_INIT([rsync],[3.1.4dev],[http://rsync.samba.org/bugzilla.html])
 
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_SRCDIR([byteorder.h])
@@ -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)