summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2001-09-20 18:01:32 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2001-09-20 18:01:32 +0000
commit9957263ec462ed926d9d751fc549cd4ddffe3335 (patch)
tree9f0b8131a25079549c3a683e884cbe1a1c150659
parent6fae4f66551025a923b9e7c7fe8e160c9af36de4 (diff)
downloadtar-9957263ec462ed926d9d751fc549cd4ddffe3335.tar.gz
From Jim Meyeringold
(jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of strtoumax
-rw-r--r--m4/xstrtoumax.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/xstrtoumax.m4 b/m4/xstrtoumax.m4
index 7ea69a92..d1ece9b5 100644
--- a/m4/xstrtoumax.m4
+++ b/m4/xstrtoumax.m4
@@ -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],