From: Eric Biggers Date: Sat, 9 Jul 2016 17:13:23 +0000 (-0500) Subject: configure.ac: Do not check for X-Git-Tag: v1.10.0~19 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=e4cdc80a6d033bb27ac0d1687ca32d0434673128;ds=sidebyside 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. --- 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 \