Disable check for booleans

This commit is contained in:
Mike Brady 2016-07-03 19:55:02 +01:00
parent b4500a074d
commit 4638e582f5

View file

@ -44,7 +44,7 @@ dnl Checks for header files.
AC_CHECK_HEADERS([stdint.h stdlib.h string.h])
dnl Checks for typedefs, structures, and compiler characteristics.
AC_CHECK_HEADER_STDBOOL
dnl AC_CHECK_HEADER_STDBOOL
AC_C_INLINE
AC_TYPE_INT16_T
AC_TYPE_INT32_T