From ab526beefa2a360ff96a485a8214f02a614f9872 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Sat, 7 Feb 2004 00:27:36 +0000 Subject: * configure.in: Remove long since unnecessary endianness checks. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102530 13f79535-47bb-0310-9956-ffa450edef68 --- configure.in | 8 -------- 1 file changed, 8 deletions(-) diff --git a/configure.in b/configure.in index 7ee2252a2e..5f393e1004 100644 --- a/configure.in +++ b/configure.in @@ -495,14 +495,6 @@ AC_SUBST(AP_SIG_GRACEFUL) AC_SUBST(AP_SIG_GRACEFUL_STRING) AC_SUBST(AP_SIG_GRACEFUL_SHORT) -dnl check for endianness -if test "$cross_compiling" = "no"; then - AC_C_BIGENDIAN -else - AC_DEFINE(AP_UNKNOWN_BYTE_ORDER,1, - [byte order is unknown due to cross-compilation]) -fi - APACHE_FAST_OUTPUT(Makefile modules/Makefile srclib/Makefile) APACHE_FAST_OUTPUT(os/Makefile server/Makefile) APACHE_FAST_OUTPUT(support/Makefile srclib/pcre/Makefile) -- cgit v1.2.1