mirror of
https://github.com/FAUSheppy/colorredstderr-mirror
synced 2025-12-06 07:01:38 +01:00
configure.ac: fcntl.h is required.
This commit is contained in:
@@ -36,7 +36,9 @@ if test "x$GCC" = xyes; then
|
||||
CFLAGS="-Wall -Wextra -Wconversion $CFLAGS"
|
||||
fi
|
||||
|
||||
AC_CHECK_HEADERS([fcntl.h error.h])
|
||||
AC_CHECK_HEADERS([error.h])
|
||||
AC_CHECK_HEADERS([fcntl.h],
|
||||
[],[AC_MSG_ERROR([header is required])])
|
||||
|
||||
AC_TYPE_PID_T
|
||||
AC_TYPE_SIZE_T
|
||||
|
||||
Reference in New Issue
Block a user