diff options
Diffstat (limited to 'm4')
-rw-r--r-- | m4/chown.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/chown.m4 b/m4/chown.m4 index 430bc8073..a93b3c575 100644 --- a/m4/chown.m4 +++ b/m4/chown.m4 @@ -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] ) ] ) |