summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-07-25 23:00:11 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-07-25 23:00:11 +0000
commitf22603b50021138cf9c556ce174ce55839951d70 (patch)
treee398cd36f6a722821a9c3bdefb02c7a918542d02
parentbe7b1ba252d53e0e8a7c39cb3b67720ad19a9e07 (diff)
downloadcoreutils-f22603b50021138cf9c556ce174ce55839951d70.tar.xz
(gl_MACROS): Remove test for setreuid and setregid,
as test.c no longer uses them directly.
-rw-r--r--m4/jm-macros.m43
1 files changed, 0 insertions, 3 deletions
diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4
index 18b128789..e2dbb9edb 100644
--- a/m4/jm-macros.m4
+++ b/m4/jm-macros.m4
@@ -106,9 +106,6 @@ AC_DEFUN([gl_MACROS],
tzset \
)
- # for test.c
- AC_CHECK_FUNCS(setreuid setregid)
-
AC_FUNC_STRTOD
AC_REQUIRE([cu_PREREQ_STAT_PROG])