summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-12-03 10:04:30 +0000
committerJim Meyering <jim@meyering.net>2000-12-03 10:04:30 +0000
commite30c09b4cb9b5e2d7a845029a98c40d61920a1ea (patch)
tree3907f52e8876084eb2d7ed5866748ae835c70bfd /m4
parent9d5d7f0d50d626510ebc6b6bab354cc8eb9e988b (diff)
downloadcoreutils-e30c09b4cb9b5e2d7a845029a98c40d61920a1ea.tar.xz
Add this:
AC_REQUIRE([AC_TYPE_OFF_T])
Diffstat (limited to 'm4')
-rw-r--r--m4/off_t-format.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/off_t-format.m4 b/m4/off_t-format.m4
index 2e20c8c04..7d4b4d035 100644
--- a/m4/off_t-format.m4
+++ b/m4/off_t-format.m4
@@ -3,6 +3,7 @@
dnl FIXME
AC_DEFUN(jm_SYS_OFF_T_PRINTF_FORMAT,
[dnl
+ AC_REQUIRE([AC_TYPE_OFF_T])
AC_CHECK_HEADERS(string.h stdlinb.h)
AC_CACHE_CHECK([for printf format that works with type off_t],
jm_cv_sys_off_t_printf_format,