summaryrefslogtreecommitdiff
path: root/m4/strtoumax.m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-04-26 12:29:47 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2011-04-26 12:29:47 -0700
commitb6f5355a9e65892e4af245fbd9789cd9a9a5ed6b (patch)
tree5bd7d3ee0cc23ffcae7c592a3ecef6850cbc3d86 /m4/strtoumax.m4
parentaa0b008761ca665ee64bc65a7208478a6bb69fe2 (diff)
downloademacs-b6f5355a9e65892e4af245fbd9789cd9a9a5ed6b.tar.gz
Update from gnulib.
Diffstat (limited to 'm4/strtoumax.m4')
-rw-r--r--m4/strtoumax.m41
1 files changed, 0 insertions, 1 deletions
diff --git a/m4/strtoumax.m4 b/m4/strtoumax.m4
index 3ca38cdbc93..7fa563642a8 100644
--- a/m4/strtoumax.m4
+++ b/m4/strtoumax.m4
@@ -23,5 +23,4 @@ AC_DEFUN([gl_FUNC_STRTOUMAX],
AC_DEFUN([gl_PREREQ_STRTOUMAX], [
AC_CHECK_DECLS([strtoull])
AC_REQUIRE([AC_TYPE_UNSIGNED_LONG_LONG_INT])
- gl_FUNC_STRTOULL
])