From f6d534d20bfa4ef109a7af8686bdf115ef22f64e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?ChangZhuo=20Chen=20=28=E9=99=B3=E6=98=8C=E5=80=AC=29?= Date: Tue, 20 May 2014 12:08:18 +0800 Subject: [PATCH] Remove AC_CHECK_HEADER_STDBOOL AC_CHECK_HEADER_STDBOOL is not supported in ubuntu precise which is used by travis-ci. --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6574fa6..66a2beb 100644 --- a/configure.ac +++ b/configure.ac @@ -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