From e4cdc80a6d033bb27ac0d1687ca32d0434673128 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sat, 9 Jul 2016 12:13:23 -0500 Subject: [PATCH] configure.ac: Do not check for This header is conditionally included by . It defines too much stuff on certain platforms, e.g. an ALIGN() macro on FreeBSD, and it appears redundant with other methods of determining the endianness. --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 109cfed5..dc569f7b 100644 --- a/configure.ac +++ b/configure.ac @@ -76,7 +76,6 @@ AC_CHECK_HEADERS([alloca.h \ sys/byteorder.h \ sys/endian.h \ sys/file.h \ - sys/param.h \ sys/sysctl.h \ sys/times.h \ time.h \ -- 2.43.0