From fc1921b04b8840caaa777c2bd5340d41b259da20 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Sun, 21 Apr 2024 20:27:50 +0300 Subject: [PATCH] Build: Omit useless checks for fcntl.h, limits.h, and sys/time.h --- configure.ac | 6 ------ 1 file changed, 6 deletions(-) diff --git a/configure.ac b/configure.ac index b8b52c9e..68a02c97 100644 --- a/configure.ac +++ b/configure.ac @@ -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])