From cc27b89aa73cc3fd94a629dab247cb3368ed1703 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 6 Dec 2000 10:52:28 +0000 Subject: [PATCH] Check for declarations of strtoul and strtoull. --- m4/xstrtoumax.m4 | 1 + 1 file changed, 1 insertion(+) diff --git a/m4/xstrtoumax.m4 b/m4/xstrtoumax.m4 index 1befbdd8df..2797276239 100644 --- a/m4/xstrtoumax.m4 +++ b/m4/xstrtoumax.m4 @@ -7,6 +7,7 @@ AC_DEFUN(jm_AC_PREREQ_XSTRTOUMAX, AC_REQUIRE([jm_AC_TYPE_UINTMAX_T]) AC_REQUIRE([jm_AC_HEADER_INTTYPES_H]) AC_REQUIRE([jm_AC_TYPE_UNSIGNED_LONG_LONG]) + AC_CHECK_DECLS([strtoul, strtoull]) AC_CHECK_HEADERS(stdlib.h) AC_CACHE_CHECK([whether defines strtoumax as a macro], -- 2.30.2