summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Giles <giles@mozilla.com>2012-11-29 14:58:39 -0800
committerRalph Giles <giles@mozilla.com>2012-11-29 14:59:23 -0800
commitdef001bd12df0f2019dc32187fa28411875d4bc6 (patch)
tree895135c7add27855e7ab64ce6ec68ca33ae5888d
parentc3273ed7e79045183281d1d80a6b6b86839d197d (diff)
downloadopus-def001bd12df0f2019dc32187fa28411875d4bc6.tar.gz
Remove obsolete check for endianness.
We don't ever use the WORDS_BIGENDIAN cpp symbol in our code.
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9f0f4f0f..10799c8b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -70,7 +70,6 @@ AM_PROG_LIBTOOL
AM_PROG_CC_C_O
AC_PROG_CC_C99
-AC_C_BIGENDIAN
AC_C_CONST
AC_C_INLINE