mirror of https://git.tukaani.org/xz.git
Build: Omit useless checks for fcntl.h, limits.h, and sys/time.h
(cherry picked from commit fc1921b04b
)
This commit is contained in:
parent
6e210d5766
commit
dc4740f720
|
@ -811,12 +811,6 @@ AM_GNU_GETTEXT([external])
|
||||||
echo
|
echo
|
||||||
echo "System headers and functions:"
|
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.
|
# 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.
|
# cpuid.h may be used for detecting x86 processor features at runtime.
|
||||||
AC_CHECK_HEADERS([immintrin.h cpuid.h])
|
AC_CHECK_HEADERS([immintrin.h cpuid.h])
|
||||||
|
|
Loading…
Reference in New Issue