check stdint.h header

This commit is contained in:
c9s 2014-05-22 16:26:55 +08:00
parent f8154b23e9
commit 58b74b9126

View file

@ -7,7 +7,7 @@ LT_INIT
AC_PROG_CC
AC_PROG_CC_STDC
AC_CHECK_HEADERS([stdlib.h string.h sys/time.h])
AC_CHECK_HEADERS([stdlib.h string.h sys/time.h stdint.h])
# Checks for typedefs, structures, and compiler characteristics.
AC_C_INLINE