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:
parent
41dc7373f3
commit
f6d534d20b
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue