diff options
author | Jim Meyering <jim@meyering.net> | 1999-04-21 04:14:59 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-04-21 04:14:59 +0000 |
commit | 9174cee25da39434037b9d441a84c767fac84191 (patch) | |
tree | 0c22fb69e96d0870a1e1614bfdf6c709e76b5bc7 | |
parent | 7d98d285691973ad8f4e7e438c41e8dd0aaa1d2b (diff) | |
download | coreutils-9174cee25da39434037b9d441a84c767fac84191.tar.xz |
(AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
-rw-r--r-- | m4/xstrtoumax.m4 | 1 |
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 |