1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2024-10-30 11:54:01 -04:00

Check for header <stdint.h>

This commit is contained in:
Alex Kotov 2021-12-17 23:22:05 +05:00
parent 745c403fa2
commit 25bd21be67
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08

View file

@ -82,6 +82,6 @@ AC_PROG_CC_C99
AC_PROG_RANLIB
AC_C_INLINE
AC_CHECK_HEADER_STDBOOL
AC_CHECK_HEADERS([stdarg.h stddef.h])
AC_CHECK_HEADERS([stdarg.h stddef.h stdint.h])
AC_OUTPUT