shithub: opus

Download patch

ref: def001bd12df0f2019dc32187fa28411875d4bc6
parent: c3273ed7e79045183281d1d80a6b6b86839d197d
author: Ralph Giles <[email protected]>
date: Thu Nov 29 09:58:39 EST 2012

Remove obsolete check for endianness.

We don't ever use the WORDS_BIGENDIAN cpp symbol in our code.

--- a/configure.ac
+++ b/configure.ac
@@ -70,7 +70,6 @@
 AM_PROG_CC_C_O
 
 AC_PROG_CC_C99
-AC_C_BIGENDIAN
 AC_C_CONST
 AC_C_INLINE