]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
Build: Omit useless checks for fcntl.h, limits.h, and sys/time.h
authorLasse Collin <lasse.collin@tukaani.org>
Sun, 21 Apr 2024 17:27:50 +0000 (20:27 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Sun, 21 Apr 2024 17:27:50 +0000 (20:27 +0300)
configure.ac

index b8b52c9e5d1bb202fcb17b3490f5d1d4a659e801..68a02c97a5068650e8865d9aee394f784f8877f3 100644 (file)
@@ -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])