[PATCH 1/5] build: Remove endianness check
Bastien Nocera <[email protected]> Thu, 31 Jul 2025 16:20:35 +0200
| Newsgroups | dev.linux.lists.ell |
|---|---|
| Message-ID | <[email protected]> |
As used, AC_C_BIGENDIAN() sets a little_endian variable that's never used anywhere. If an action was not set, the macro would define WORDS_BIGENDIAN, but that's also not used anywhere. --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index c629caca6e70..8409909aded8 100644 --- a/configure.ac +++ b/configure.ac @@ -29,7 +29,6 @@ AC_PROG_INSTALL AC_PROG_AWK AC_C_CHAR_UNSIGNED -AC_C_BIGENDIAN(little_endian=no, little_endian=yes, little_endian=no) LT_PREREQ(2.2) LT_INIT([disable-static]) -- 2.50.0