is sane and DOES follow symlinks. Besides, testing 20 different
systems found no broken chown implementations.
-#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.
]])],
[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]
)
]
)