changeset 3033:fbcdfe857a7c

Check for declarations of strtoul and strtoull.
author Jim Meyering <jim@meyering.net>
date Wed, 06 Dec 2000 10:52:28 +0000
parents 69f86f70a1e3
children 335790c371d2
files m4/xstrtoumax.m4
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/m4/xstrtoumax.m4
+++ b/m4/xstrtoumax.m4
@@ -7,6 +7,7 @@
   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 <inttypes.h> defines strtoumax as a macro],