From: Ruben Kerkhof Date: Sun, 20 Jul 2014 20:00:50 +0000 (+0200) Subject: Remove unused endianness check X-Git-Tag: auth-3.4.0-rc1~57^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1584%2Fhead;p=thirdparty%2Fpdns.git Remove unused endianness check All it did was to set WORDS_BIGENDIAN if successful but we don't use that anywhere in the code. --- diff --git a/configure.ac b/configure.ac index f94695c05d..2e29078f63 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,6 @@ AM_INIT_AUTOMAKE([foreign tar-ustar -Wno-portability subdir-objects]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AC_CANONICAL_HOST -AC_C_BIGENDIAN : ${CXXFLAGS="-Wall -O2"} AC_PROG_CC