Skip to content

Commit 894974d

Browse files
author
Robin Müller
committed
Added AC_CHECK_HEADER_STDBOOL to configure.ac
1 parent e525ed4 commit 894974d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configure.ac

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ AC_CHECK_HEADERS([fcntl.h stddef.h stdint.h stdlib.h string.h unistd.h])
1717
AC_CHECK_HEADERS([linux/input.h linux/uinput.h], [], [AC_MSG_ERROR([The linux header files are required])])
1818

1919
# Checks for typedefs, structures, and compiler characteristics.
20+
AC_CHECK_HEADER_STDBOOL
2021
AC_TYPE_INT32_T
2122
AC_TYPE_SIZE_T
2223
AC_TYPE_UINT32_T

0 commit comments

Comments
 (0)