Remove AC_CHECK_HEADER_STDBOOL

AC_CHECK_HEADER_STDBOOL is not supported in ubuntu precise which is used
by travis-ci.
This commit is contained in:
ChangZhuo Chen (陳昌倬) 2014-05-20 12:08:18 +08:00
parent 41dc7373f3
commit f6d534d20b

View file

@ -16,7 +16,6 @@ AM_CONDITIONAL(HAVE_CHECK, test x"$have_check" = "xyes")
AC_CHECK_HEADERS([stdlib.h string.h sys/time.h]) AC_CHECK_HEADERS([stdlib.h string.h sys/time.h])
# Checks for typedefs, structures, and compiler characteristics. # Checks for typedefs, structures, and compiler characteristics.
AC_CHECK_HEADER_STDBOOL
AC_C_INLINE AC_C_INLINE
AC_TYPE_SIZE_T AC_TYPE_SIZE_T