summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2004-02-07 00:27:36 +0000
committerJoe Orton <jorton@apache.org>2004-02-07 00:27:36 +0000
commitab526beefa2a360ff96a485a8214f02a614f9872 (patch)
tree08349457a46485539982c6723985e5a5e9912b5c /configure.in
parent781e932a3430682c3e7c27cfdd873c35191feafb (diff)
downloadhttpd-ab526beefa2a360ff96a485a8214f02a614f9872.tar.gz
* 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
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in8
1 files changed, 0 insertions, 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)