(AC_CHECK_TYPES): Check for uintptr_t.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 13 Dec 2002 04:40:56 +0000 (04:40 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 13 Dec 2002 04:40:56 +0000 (04:40 +0000)
configure.ac

index 064f128..063d86f 100644 (file)
@@ -77,6 +77,9 @@ AC_HEADER_STDBOOL
 # Checks for compiler characteristics.
 AC_C_INLINE
 
+# Checks for types.
+AC_CHECK_TYPES([uintptr_t])
+
 # Checks for library functions.
 AC_FUNC_ALLOCA
 AC_FUNC_OBSTACK