*** empty log message ***
[gnulib.git] / m4 / off_t-format.m4
index f911501..7d4b4d0 100644 (file)
@@ -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,
@@ -50,5 +51,5 @@ AC_DEFUN(jm_SYS_OFF_T_PRINTF_FORMAT,
 
   AC_DEFINE_UNQUOTED(OFF_T_PRINTF_FORMAT_STRING,
                     "$jm_cv_sys_off_t_printf_format",
-                    [printf format string for type off_t, without the `%']);
+                    [printf format string for type off_t, without the `%'])
 ])