]> granicus.if.org Git - apache/commitdiff
* configure.in: Remove long since unnecessary endianness checks.
authorJoe Orton <jorton@apache.org>
Sat, 7 Feb 2004 00:27:36 +0000 (00:27 +0000)
committerJoe Orton <jorton@apache.org>
Sat, 7 Feb 2004 00:27:36 +0000 (00:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102530 13f79535-47bb-0310-9956-ffa450edef68

configure.in

index 7ee2252a2e3397c2ae3fb938e96cc613ce8c8861..5f393e100437695b34bfde24322a9691de95c428 100644 (file)
@@ -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)