1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-04 07:43:58 +02:00

(gl_FUNC_CHOWN): When cross-compiling, assume that chown

is sane and DOES follow symlinks.  Besides, testing 20 different
systems found no broken chown implementations.
This commit is contained in:
Jim Meyering
2005-01-04 09:40:23 +00:00
parent 00b81a8761
commit 46bf568ec1
+2 -2
View File
@@ -1,4 +1,4 @@
#serial 10
#serial 11
# Determine whether we need the chown wrapper. chown should accept
# arguments of -1 for uid and gid, and it should dereference symlinks.
# If it doesn't, arrange to use the replacement function.
@@ -57,7 +57,7 @@ AC_DEFUN([gl_FUNC_CHOWN_FOLLOWS_SYMLINK],
]])],
[gl_cv_func_chown_follows_symlink=yes],
[gl_cv_func_chown_follows_symlink=no],
[gl_cv_func_chown_follows_symlink=no]
[gl_cv_func_chown_follows_symlink=yes]
)
]
)