summaryrefslogtreecommitdiff
path: root/m4/strtoumax.m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-04-22 02:31:24 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2011-04-22 02:31:24 -0700
commit03eb7af5765b8921f1724813908ae823ff35baaa (patch)
treebfc0d8b230fb8a75882cd450f7f1d6953255305b /m4/strtoumax.m4
parentc1e127f9f0431e1b7f6ebb705988bfd03ec450a7 (diff)
downloademacs-03eb7af5765b8921f1724813908ae823ff35baaa.tar.gz
Merge from gnulib.
Diffstat (limited to 'm4/strtoumax.m4')
-rw-r--r--m4/strtoumax.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/strtoumax.m4 b/m4/strtoumax.m4
index d69c1f79c79..f8075945a3c 100644
--- a/m4/strtoumax.m4
+++ b/m4/strtoumax.m4
@@ -32,6 +32,7 @@ AC_DEFUN([gl_FUNC_STRTOUMAX],
# Prerequisites of lib/strtoumax.c.
AC_DEFUN([gl_PREREQ_STRTOUMAX], [
+ AC_CHECK_DECLS([strtoull])
AC_REQUIRE([AC_TYPE_UNSIGNED_LONG_LONG_INT])
gl_FUNC_STRTOULL
])