(AC_CHECK_TYPES): Check for uintptr_t.

This commit is contained in:
Paul Eggert
2002-12-13 04:40:56 +00:00
parent 26b4a96981
commit eb0ca72d8e

View 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