]> Dogcows Code - chaz/tar/blobdiff - m4/xstrtoumax.m4
(ANCHORED_OPTION, IGNORE_CASE_OPTION, NO_ANCHORED_OPTION,
[chaz/tar] / m4 / xstrtoumax.m4
index 523ebe0e3e53dd52102d22be5801dec4d05fc938..838a5018c33899f66f88c7da4c14b8cabef08b00 100644 (file)
@@ -5,10 +5,9 @@
 AC_DEFUN(jm_AC_PREREQ_XSTRTOUMAX,
 [
   AC_REQUIRE([jm_AC_TYPE_UINTMAX_T])
-  AC_REQUIRE([jm_AC_HEADER_INTTYPES_H])
   AC_REQUIRE([jm_AC_TYPE_UNSIGNED_LONG_LONG])
   AC_CHECK_DECLS([strtoul, strtoull])
-  AC_CHECK_HEADERS(limits.h stdlib.h)
+  AC_CHECK_HEADERS(limits.h stdlib.h inttypes.h)
 
   AC_CACHE_CHECK([whether <inttypes.h> defines strtoumax as a macro],
     jm_cv_func_strtoumax_macro,
This page took 0.022633 seconds and 4 git commands to generate.