summaryrefslogtreecommitdiff
path: root/m4/xstrtoumax.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-04-21 04:14:59 +0000
committerJim Meyering <jim@meyering.net>1999-04-21 04:14:59 +0000
commit9174cee25da39434037b9d441a84c767fac84191 (patch)
tree0c22fb69e96d0870a1e1614bfdf6c709e76b5bc7 /m4/xstrtoumax.m4
parent7d98d285691973ad8f4e7e438c41e8dd0aaa1d2b (diff)
downloadcoreutils-9174cee25da39434037b9d441a84c767fac84191.tar.xz
(AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
Diffstat (limited to 'm4/xstrtoumax.m4')
-rw-r--r--m4/xstrtoumax.m41
1 files changed, 0 insertions, 1 deletions
diff --git a/m4/xstrtoumax.m4 b/m4/xstrtoumax.m4
index 842d7292a..b9f27061c 100644
--- a/m4/xstrtoumax.m4
+++ b/m4/xstrtoumax.m4
@@ -7,7 +7,6 @@ AC_DEFUN(jm_AC_PREREQ_XSTRTOUMAX,
AC_REQUIRE([jm_AC_HEADER_INTTYPES_H])
AC_REQUIRE([jm_AC_TYPE_UNSIGNED_LONG_LONG])
AC_CHECK_HEADERS(stdlib.h)
- AC_CHECK_FUNCS(strtoull strtoumax strtouq)
AC_REPLACE_FUNCS(strtoumax)
dnl We don't need (and can't compile) the replacement strtoull