From 3f88fcdc897615e48c83d5a6f312127a90c9e3a5 Mon Sep 17 00:00:00 2001 From: Stewart Smith Date: Tue, 15 Dec 2015 19:05:03 +1100 Subject: remove AC_CHECK_HEADER_STDBOOL Signed-off-by: Stewart Smith --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index d28a4b6..57b3d58 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,6 @@ AM_PROG_AR AC_CHECK_HEADERS([fcntl.h limits.h malloc.h stddef.h stdint.h stdlib.h string.h unistd.h]) # Checks for typedefs, structures, and compiler characteristics. -AC_CHECK_HEADER_STDBOOL AC_C_INLINE AC_TYPE_INT16_T AC_TYPE_INT32_T -- cgit v1.2.1