From 286823227c8c06e729dd939ec53b124c5c9afbc4 Mon Sep 17 00:00:00 2001 From: Petri Lehtinen Date: Sat, 6 Feb 2010 21:08:56 +0200 Subject: Make int32_t available on all systems Use AC_TYPE_INT32_T and include inttypes.h (if it exists) instead of stdint.h for maximum portability. --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 95a207e..6bc9064 100644 --- a/configure.ac +++ b/configure.ac @@ -15,6 +15,7 @@ AC_PROG_LIBTOOL # Checks for header files. # Checks for typedefs, structures, and compiler characteristics. +AC_TYPE_INT32_T # Checks for library functions. -- cgit v1.1