From 4edee9e21d2e085473cea3866132ed11617bbd98 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Fri, 23 May 2003 19:44:38 +0000 Subject: autoconf is cool... :) check for inttypes.h CVS patchset: 4912 CVS date: 2003/05/23 19:44:38 --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 3420ed991..a4e199a28 100644 --- a/configure.ac +++ b/configure.ac @@ -156,6 +156,7 @@ AC_C_ALWAYS_INLINE AC_TYPE_OFF_T AC_TYPE_SIZE_T dnl AC_CHECK_TYPES([ptrdiff_t]) +AC_CHECK_GENERATE_INTTYPES([include]) dnl --------------------------------------------- dnl debug cflags -- cgit v1.2.3