Skip to content

Commit

Permalink
Build: Omit useless checks for fcntl.h, limits.h, and sys/time.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Larhzu committed Apr 21, 2024
1 parent 6aa2a6d commit fc1921b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -811,12 +811,6 @@ AM_GNU_GETTEXT([external])
echo
echo "System headers and functions:"

# There is currently no workarounds in this package if some of
# these headers are missing.
AC_CHECK_HEADERS([fcntl.h limits.h sys/time.h],
[],
[AC_MSG_ERROR([Required header file(s) are missing.])])

# immintrin.h allows the use of the intrinsic functions if they are available.
# cpuid.h may be used for detecting x86 processor features at runtime.
AC_CHECK_HEADERS([immintrin.h cpuid.h])
Expand Down

0 comments on commit fc1921b

Please sign in to comment.