summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-04-21 04:21:44 +0000
committerJim Meyering <jim@meyering.net>1999-04-21 04:21:44 +0000
commita6f5dd6269021895a32a83f2a154e9a4a68eb156 (patch)
tree5d548200f0a1f0a703e57f780df757e609a81863 /m4
parent9174cee25da39434037b9d441a84c767fac84191 (diff)
downloadcoreutils-a6f5dd6269021895a32a83f2a154e9a4a68eb156.tar.xz
(jm_CHECK_ALL_TYPES): Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
Diffstat (limited to 'm4')
-rw-r--r--m4/jm-macros.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4
index ec3433d41..77e0df055 100644
--- a/m4/jm-macros.m4
+++ b/m4/jm-macros.m4
@@ -63,4 +63,5 @@ AC_DEFUN(jm_CHECK_ALL_TYPES,
AC_CHECK_TYPE(ino_t, unsigned long)
AC_CHECK_TYPE(ssize_t, int)
AC_REQUIRE([jm_AC_TYPE_UINTMAX_T])
+ AC_REQUIRE([jm_AC_TYPE_UNSIGNED_LONG_LONG])
])