Merge pull request #24 from czchen/bugfix/travis-ci

Remove AC_CHECK_HEADER_STDBOOL
This commit is contained in:
Pedro 2014-05-20 14:59:00 +08:00
commit a588649e14

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])
# Checks for typedefs, structures, and compiler characteristics.
AC_CHECK_HEADER_STDBOOL
AC_C_INLINE
AC_TYPE_SIZE_T