Skip to content
Snippets Groups Projects
Commit 9957263e authored by Paul Eggert's avatar Paul Eggert
Browse files

From Jim Meyering

(jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of strtoumax
parent 6fae4f66
Branches
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ AC_DEFUN([jm_AC_PREREQ_XSTRTOUMAX],
AC_REQUIRE([jm_AC_TYPE_UINTMAX_T])
AC_REQUIRE([jm_AC_TYPE_LONG_LONG])
AC_REQUIRE([jm_AC_TYPE_UNSIGNED_LONG_LONG])
AC_CHECK_DECLS([strtoul, strtoull])
AC_CHECK_DECLS([strtoul, strtoull, strtoumax])
AC_CHECK_HEADERS(limits.h stdlib.h inttypes.h)
AC_CACHE_CHECK([whether <inttypes.h> defines strtoumax as a macro],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment