summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-05-01 14:42:00 +0000
committerJim Meyering <jim@meyering.net>2004-05-01 14:42:00 +0000
commit84990aa0fc9808fdd54b29c204989caeae12d972 (patch)
tree380f253c9bc2e6a6bcd3a223b178769ca54204ed /m4
parent1c473ba84307201b0d072da68a17aee8c913efa8 (diff)
downloadcoreutils-84990aa0fc9808fdd54b29c204989caeae12d972.tar.xz
(gl_MACROS): Move fchown-checking code to chown.m4.
Diffstat (limited to 'm4')
-rw-r--r--m4/jm-macros.m41
1 files changed, 0 insertions, 1 deletions
diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4
index 8d8a1d808..4bfc0f37b 100644
--- a/m4/jm-macros.m4
+++ b/m4/jm-macros.m4
@@ -157,7 +157,6 @@ AC_DEFUN([gl_MACROS],
# If any of these functions don't exist (e.g. DJGPP 2.03),
# use the corresponding stub.
AC_CHECK_FUNC([fchdir], , [AC_LIBOBJ(fchdir-stub)])
- AC_CHECK_FUNC([fchown], , [AC_LIBOBJ(fchown-stub)])
AC_REQUIRE([gl_FUNC_FREE])
])