From: Jim Meyering Date: Thu, 20 Sep 2001 14:41:43 +0000 (+0000) Subject: (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of strtoumax. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8eb7b03bf4f1b9c387c5f5743068a2e86ecfc459;p=pspp (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of strtoumax. --- diff --git a/m4/xstrtoumax.m4 b/m4/xstrtoumax.m4 index 7ea69a92ed..d1ece9b5df 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 defines strtoumax as a macro],