changeset 1800:56359300b8e3

(AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
author Jim Meyering <jim@meyering.net>
date Wed, 21 Apr 1999 04:14:59 +0000
parents db6c4e91e350
children 9cef687b97db
files m4/xstrtoumax.m4
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/m4/xstrtoumax.m4
+++ b/m4/xstrtoumax.m4
@@ -7,7 +7,6 @@
   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